diff options
| -rw-r--r-- | www/lang/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lang/README.md b/www/lang/README.md index a735c0cd..6687f303 100644 --- a/www/lang/README.md +++ b/www/lang/README.md @@ -7,11 +7,11 @@ `` ./checklang.py -f locale-it.json -b `` -This validates your JSON file and if valid, creates pretty-locale-it.json. If you are sure it looks good, +This validates your JSON file, makes sure all keys are in sync with -en and if valid, creates pretty-locale-it.json. If you are sure it looks good, `` ./checklang.py -f locale-it.json -b -o `` -this validates your JSON file and if valid, OVERWRITES your local file with a pretty formatted version, which is what you should PR +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 |
