diff options
Diffstat (limited to 'www/lang')
| -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 7e22f6e3..3b966af8 100644 --- a/www/lang/README.md +++ b/www/lang/README.md @@ -18,14 +18,14 @@ The best way is to simply look at an existing language translation and follow th `` -./checklang.py -f locale-it.json -b +python ./checklang.py -f locale-it.json -b `` 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 +python ./checklang.py -f locale-it.json -b -o `` |
