X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=check-translations.sh;h=307c3c2c147822be83d04f39d3b707a0104c4a91;hp=654dae4c256c8c8afd2a5061e840781d568e03dd;hb=d2cd0d526937f5c2f892ca588690f76eb64f870f;hpb=a78aef04c4dcb416d041564e656da105eff84558 diff --git a/check-translations.sh b/check-translations.sh index 654dae4c2..307c3c2c1 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -34,11 +34,11 @@ if [ x"$mode" = x"po" ]; then for X in common.*.po; do [ -f "$X" ] || continue if [ -n "$language" ]; then - if [ x"${X#*.dat.}" != x"$language.po" ]; then + if [ x"${X#common.}" != x"$language.po" ]; then continue fi else - if [ x"${X#*.dat.}" = x"en.po" ]; then + if [ x"${X#common.}" = x"en.po" ]; then continue fi fi @@ -189,7 +189,7 @@ EOF for X in common.*.po.disabled; do [ -f "$X" ] || continue if [ -n "$language" ]; then - if [ x"${X#*.dat.}" != x"$language.po" ]; then + if [ x"${X#common.}" != x"$language.po" ]; then continue fi fi