aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorywang <yw05@forksworld.de>2021-03-28 13:03:20 +0200
committerY. Wang <yw05@forksworld.de>2024-04-13 10:36:34 +0200
commit7e6108b659b617c59ec601f61593ed6aad622508 (patch)
treecbe39d175a0ee5acd9515dbc09729362d15fb834
parentaf43c413b0f57d7ee907a05139515f2b3eb9e4cd (diff)
downloadadvtrains-7e6108b659b617c59ec601f61593ed6aad622508.tar.gz
advtrains-7e6108b659b617c59ec601f61593ed6aad622508.tar.bz2
advtrains-7e6108b659b617c59ec601f61593ed6aad622508.zip
Add readme for l10n
-rw-r--r--advtrains/locale/README.md10
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