]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - check-translations.sh
ignore en.po by default
[xonotic/xonotic-data.pk3dir.git] / check-translations.sh
index 3fe1d78ff79031cfc3185afe1e3659f684283e76..4fa4e86b6ecd0d08d620207263658b5210d07661 100755 (executable)
@@ -54,6 +54,10 @@ for VM in menu csprogs; do
                                if [ x"${X#*.dat.}" != x"$language.po" ]; then
                                        continue
                                fi
+                       else
+                               if [ x"${X#*.dat.}" = x"en.po" ]; then
+                                       continue
+                               fi
                        fi
                        msgmerge -F -U "$X" "$VM".dat.pot >&2
                        msgattrib --untranslated "$X" | grep . > "$X".untranslated || rm -f "$X".untranslated