-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Themes: Translate custom templates in theme.json (#29828)
* Themes: Translate custom templates in theme.json * Rename preset to field in i18n handling for theme.json * Add basic test for i18n support for custom templates in theme.json * Refactor translate implementation in theme.json resolver class * Refactor handling for template parts and custom templates * Remove // phpcs:enable
- Loading branch information
Showing
10 changed files
with
523 additions
and
266 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: \n" | ||
"POT-Creation-Date: 2015-12-31 16:31+0100\n" | ||
"PO-Revision-Date: 2021-03-15 13:10+0100\n" | ||
"Language: pl_PL\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 2.4.2\n" | ||
"X-Poedit-Basepath: .\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;" | ||
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;" | ||
"esc_html_x:1,2c\n" | ||
"X-Textdomain-Support: yes\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
|
||
msgctxt "Custom template name" | ||
msgid "Homepage template" | ||
msgstr "Szablon strony głównej" | ||
|
||
msgctxt "Color name" | ||
msgid "Light" | ||
msgstr "Jasny" | ||
|
||
msgctxt "Color name" | ||
msgid "Dark" | ||
msgstr "Ciemny" |
Oops, something went wrong.