diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-29 13:16:30 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-29 13:16:30 +0200 |
| commit | 957ef8e8fe885fed32b62d532e642be5e756ea67 (patch) | |
| tree | 5c3096b08d6a078d165d00c8a8fcf3fd6d0a97f6 /core/text/i18n | |
| parent | 2e11a8da5b3d0031f99a7534b029f08dc0fe5a36 (diff) | |
[i18n/xml] Move I18N XML files to their own assets directory.
Diffstat (limited to 'core/text/i18n')
| -rw-r--r-- | core/text/i18n/example/messages.pot | 30 | ||||
| -rw-r--r-- | core/text/i18n/example/nl_NL.mo | bin | 672 -> 0 bytes | |||
| -rw-r--r-- | core/text/i18n/example/nl_NL.po | 33 |
3 files changed, 0 insertions, 63 deletions
diff --git a/core/text/i18n/example/messages.pot b/core/text/i18n/example/messages.pot deleted file mode 100644 index 53d521b6b..000000000 --- a/core/text/i18n/example/messages.pot +++ /dev/null @@ -1,30 +0,0 @@ -# Odin i18n Example -# Copyright (C) 2021 Jeroen van Rijn -# This file is distributed under the same license as the PACKAGE package. -# Jeroen van Rijn <Kelimion@users.noreply.github.com>, 2021. -# -#, fuzzy -msgid "" -msgstr "Project-Id-Version: Example 0.0.1\n" - "Report-Msgid-Bugs-To: Jeroen van Rijn <Kelimion@users.noreply.github.com>\n" - "POT-Creation-Date: 2021-11-27 19:23+0100\n" - "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" - "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" - "Language: en-GB\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" - -#: i18n_example.odin:28 -msgid "There are 69,105 leaves here." -msgstr "Er zijn hier 69.105 bladeren." - -#: i18n_example.odin:30 -msgid "Hellope, World!" -msgstr "Hallo, Wereld!" - -#: i18n_example.odin:36 -msgid "There is %d leaf.\n" -msgid_plural "There are %d leaves.\n" -msgstr[0] "Er is %d blad.\n" -msgstr[1] "Er zijn %d bladeren.\n"
\ No newline at end of file diff --git a/core/text/i18n/example/nl_NL.mo b/core/text/i18n/example/nl_NL.mo Binary files differdeleted file mode 100644 index 0b1a668f4..000000000 --- a/core/text/i18n/example/nl_NL.mo +++ /dev/null diff --git a/core/text/i18n/example/nl_NL.po b/core/text/i18n/example/nl_NL.po deleted file mode 100644 index 1b8acbcc1..000000000 --- a/core/text/i18n/example/nl_NL.po +++ /dev/null @@ -1,33 +0,0 @@ -# Odin i18n Example -# Copyright (C) 2021 Jeroen van Rijn -# This file is distributed under the same license as the PACKAGE package. -# Jeroen van Rijn <Kelimion@users.noreply.github.com>, 2021. -# -msgid "" -msgstr "" -"Project-Id-Version: Example 0.0.1\n" -"Report-Msgid-Bugs-To: Jeroen van Rijn <Kelimion@users.noreply.github.com>\n" -"POT-Creation-Date: 2021-11-27 19:23+0100\n" -"PO-Revision-Date: 2021-11-28 02:56+0100\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language-Team: Odin Language Team\n" -"X-Generator: Poedit 3.0\n" -"Last-Translator: Jeroen van Rijn\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Language: nl_NL\n" - -#: i18n_example.odin:28 -msgid "There are 69,105 leaves here." -msgstr "Er zijn hier 69.105 bladeren." - -#: i18n_example.odin:30 -msgid "Hellope, World!" -msgstr "Hallo, Wereld!" - -#: i18n_example.odin:36 -msgid "There is %d leaf.\n" -msgid_plural "There are %d leaves.\n" -msgstr[0] "Er is %d blad.\n" -msgstr[1] "Er zijn %d bladeren.\n" |