diff options
Diffstat (limited to 'advtrains/locale')
-rw-r--r-- | advtrains/locale/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/advtrains/locale/README.md b/advtrains/locale/README.md new file mode 100644 index 0000000..893f09e --- /dev/null +++ b/advtrains/locale/README.md @@ -0,0 +1,10 @@ +# Translations +Please read this document before working on any translations. + +## Getting Started +If there is a translation file for your language (e.g. German), you can edit the file directly. Please read https://minetest.gitlab.io/minetest/translations/#translation-file-format for more information. +If the translation file for your language needs to be created, create it by copying `template.txt` to `advtrains.XX.tr`, where `XX` is replaced by the language code. + +## Translation Notes +* Translations should be consistent. +* Replacement sequences (`@1`, `@2`, etc) should not be translated.
\ No newline at end of file |