X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=check-translations.sh;fp=check-translations.sh;h=654dae4c256c8c8afd2a5061e840781d568e03dd;hp=4a1c46948f68f73bd090daf8692f7e598908b597;hb=6545f51bb6cadeb9f10e1dadf48492ed39108e1b;hpb=58784cc8f89429916e30cc059e1eb61aaa31350a diff --git a/check-translations.sh b/check-translations.sh index 4a1c46948f..654dae4c25 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -27,7 +27,7 @@ esac if [ x"$mode" = x"pot" ]; then { find qcsrc -type f -name \*.\* -not -name \*.po -not -name \*.txt - } | xgettext -LC -k_ -f- --from-code utf-8 -o common.pot >&2 + } | xgettext -LC -k_ -f- --from-code utf-8 -F -o common.pot >&2 fi if [ x"$mode" = x"po" ]; then