Cleanup locales (#155)

* use localization function in formspecs

* remove unused translations

* remove F keyword from updatepo tool

* add tool readme
This commit is contained in:
Eugen Wesseloh
2018-07-26 21:05:50 +02:00
committed by stujones11
parent 838867a6bc
commit c96ba7ef34
10 changed files with 74 additions and 431 deletions

7
3d_armor/tools/README.md Normal file
View File

@ -0,0 +1,7 @@
# Intllib tool
please consider using the intllib tool to update locale files:
```../../intllib/tools/xgettext.sh ../**/*.lua```
make sure you are in `3d_armor` derectory before running this command

View File

@ -12,7 +12,6 @@ xgettext --from-code=UTF-8 \
--keyword=S \
--keyword=NS:1,2 \
--keyword=N_ \
--keyword=F \
--add-comments='Translators:' \
--add-location=file \
-o locale/template.pot \