]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - check-translations.sh
Integrate with Transifex.
[xonotic/xonotic-data.pk3dir.git] / check-translations.sh
index 4a1c46948f68f73bd090daf8692f7e598908b597..654dae4c256c8c8afd2a5061e840781d568e03dd 100755 (executable)
@@ -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