diff options
| -rw-r--r-- | www/lang/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lang/README.md b/www/lang/README.md index 537709b5..02b3fa56 100644 --- a/www/lang/README.md +++ b/www/lang/README.md @@ -1,6 +1,7 @@ ####Main Language file * Make sure there is no comma after the last element * Comments are not allowed +* Make sure you don't add ellipsis "..." anywhere, they are added to messages in code when needed * After you complete the translation file, do the following: (replace ``-it`` with the language you are working on) @@ -18,7 +19,7 @@ This validates your JSON file, makes sure all keys are in sync with -en and if v This validates your JSON file,makes sure all keys are in sync with -en and if valid, OVERWRITES your local file with a pretty formatted version, which is what you should PR -####Help language file +####Translating Help language file * Located inside lang/help * Please be careful not to mess up the html tags, please only focus on text translation |
