diff options
author | ywang <yw05@forksworld.de> | 2021-03-28 13:03:20 +0200 |
---|---|---|
committer | ywang <yw05@forksworld.de> | 2021-05-25 19:18:57 +0200 |
commit | cb532f0f0142effa0e3d421989d801e42b040fad (patch) | |
tree | 9f13a102871bb7c783cae6bde69ed96097b2a871 /advtrains | |
parent | 15a056de432944815c5389e0ec544b993d3f3d40 (diff) | |
download | advtrains-cb532f0f0142effa0e3d421989d801e42b040fad.tar.gz advtrains-cb532f0f0142effa0e3d421989d801e42b040fad.tar.bz2 advtrains-cb532f0f0142effa0e3d421989d801e42b040fad.zip |
Add readme for l10n
Diffstat (limited to 'advtrains')
-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 |