aboutsummaryrefslogtreecommitdiff
path: root/advtrains/locale/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'advtrains/locale/README.md')
-rw-r--r--advtrains/locale/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/advtrains/locale/README.md b/advtrains/locale/README.md
index ec4d4c7..ef25058 100644
--- a/advtrains/locale/README.md
+++ b/advtrains/locale/README.md
@@ -40,7 +40,7 @@ generally not be translated.
### (de) German
* Verwenden Sie die neue Rechtschreibung und die Sie-Form.
* Mit der deutschen Tastaturbelegung unter Linux können die
-Anführungszeichen „“ mit AltGr-V bzw. AltGr-C eingegeben werden.
+Anführungszeichen „“ mit AltGr-V bzw. AltGr-B eingegeben werden.
### (zh) Chinese
(This section is written in English to avoid writing the note twice or
@@ -57,3 +57,10 @@ fullwidth punctuation marks).
punctuation marks) and characters from other scripts (including
halfwidth punctuation marks). However, do not leave any space between
Han characters and Arabic numerals.
+
+## Notes for developers
+* Avoid word-by-word translations.
+* Avoid manipulating translated strings (except for concatenation). Use
+server-side translations if you have to modify the text sent to users.
+* Avoid truncating strings unless multibyte characters are handled
+properly.