1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-28 12:56:01 +02:00

I18N fixes.

* Make xgettext not output line numbers
* Remove line numbers from existing catalogs.
* Re-add missing localizations.
This commit is contained in:
Diego Martínez
2017-01-30 21:37:32 -03:00
parent 6cadc7cf26
commit ac9927d035
11 changed files with 2945 additions and 3080 deletions

View File

@ -11,6 +11,7 @@ xgettext --from-code=UTF-8 \
--keyword=NS:1,2 \
--keyword=N_ \
--add-comments='Translators:' \
--add-location=file \
-o locale/template.pot \
$(find .. -name '*.lua')