diff options
author | ywang <yw05@forksworld.de> | 2021-03-28 13:03:20 +0200 |
---|---|---|
committer | Y. Wang <yw05@forksworld.de> | 2022-10-15 01:18:34 +0200 |
commit | ce9f4f45598bed0ba4481e0b0797688d3eb86f42 (patch) | |
tree | a2dc84bacdf4a0adf433f7261accbcb5c8e56726 | |
parent | 73e558ffb279548593a539cf9369f17b9fafb009 (diff) | |
download | advtrains-ce9f4f45598bed0ba4481e0b0797688d3eb86f42.tar.gz advtrains-ce9f4f45598bed0ba4481e0b0797688d3eb86f42.tar.bz2 advtrains-ce9f4f45598bed0ba4481e0b0797688d3eb86f42.zip |
Add readme for l10n
-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 |