Change "translated" → "translations"
I think we might as well to use the word "translations" on this context. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
@ -21,7 +21,7 @@ msgid "Internationalization"
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:3
|
||||
msgid "Translated documentation files are published and maintained in [`translated/`](translated/) directory."
|
||||
msgid "Translated documentation files are published and maintained in [`translations/`](translations/) directory."
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:5
|
||||
@ -49,11 +49,11 @@ msgid "Organization of this `i18n` directory is as follows:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:15
|
||||
msgid "[PUBLISHED_LANGUAGES](PUBLISHED_LANGUAGES): a list of languages that we publish translations for (in the [translated/](translated/) directory)"
|
||||
msgid "[PUBLISHED_LANGUAGES](PUBLISHED_LANGUAGES): a list of languages that we publish translations for (in the [translations/](translations/) directory)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:16
|
||||
msgid "[.gitignore](.gitignore): a list of files and directories to ignore in the `i18n` directory. We intentionaly ignore translated results (`translated/<language>` directories) for languages taht are still in progress. We only [publish translations in a new language](#publish-translations-in-a-new-language) when the translation progresses beyond a certain threshold."
|
||||
msgid "[.gitignore](.gitignore): a list of files and directories to ignore in the `i18n` directory. We intentionaly ignore translated results (`translations/<language>` directories) for languages taht are still in progress. We only [publish translations in a new language](#publish-translations-in-a-new-language) when the translation progresses beyond a certain threshold."
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:17
|
||||
@ -73,7 +73,7 @@ msgid "[locales/](locales/): localization files for languages"
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:21
|
||||
msgid "[translated/](translated/): translated documents for published languages (see [PUBLISHED_LANGUAGES](PUBLISHED_LANGUAGES) and [publish translations in a new language](#publish-translations-in-a-new-language))"
|
||||
msgid "[translations/](translations/): translated documents for published languages (see [PUBLISHED_LANGUAGES](PUBLISHED_LANGUAGES) and [publish translations in a new language](#publish-translations-in-a-new-language))"
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:23
|
||||
@ -138,7 +138,7 @@ msgstr ""
|
||||
|
||||
#: ../../README.md:51
|
||||
#: ../../README.md:84
|
||||
msgid "Preview the result in the `translated/<language>` directory"
|
||||
msgid "Preview the result in the `translations/<language>` directory"
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:53
|
||||
@ -200,7 +200,7 @@ msgid "Publish translations in a new language"
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:92
|
||||
msgid "To publish prebuilt documents translated in a new language to the `translated/<language>` directory:"
|
||||
msgid "To publish prebuilt documents translated in a new language to the `translations/<language>` directory:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:94
|
||||
@ -208,7 +208,7 @@ msgid "add its language code to the [PUBLISHED_LANGUAGES](PUBLISHED_LANGUAGES) f
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:95
|
||||
msgid "whitelist its `translated/<language>` directory by adding a `!translated/<language>` rule to the [.gitignore](.gitignore) file"
|
||||
msgid "whitelist its `translations/<language>` directory by adding a `!translations/<language>` rule to the [.gitignore](.gitignore) file"
|
||||
msgstr ""
|
||||
|
||||
#: ../../README.md:97
|
||||
|
Reference in New Issue
Block a user