(Again) don’t sort strings alphabetically (makes the translators’ work much easier).
This commit is contained in:
parent
fc67252e78
commit
96cde24615
@ -52,7 +52,7 @@ xgettext -j -d supertuxkart --keyword=_ --keyword=N_ --keyword=_LTR \
|
|||||||
--package-name=supertuxkart
|
--package-name=supertuxkart
|
||||||
|
|
||||||
# Angelscript files (xgettext doesn't support AS so pretend it's c++)
|
# Angelscript files (xgettext doesn't support AS so pretend it's c++)
|
||||||
xgettext -j -d supertuxkart -s --keyword="translate" --add-comments="I18N:" \
|
xgettext -j -d supertuxkart --keyword="translate" --add-comments="I18N:" \
|
||||||
-p ./data/po -o supertuxkart.pot $ANGELSCRIPT_FILE_LIST \
|
-p ./data/po -o supertuxkart.pot $ANGELSCRIPT_FILE_LIST \
|
||||||
--package-name=supertuxkart --language=c++
|
--package-name=supertuxkart --language=c++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user