X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=check-translations.sh;fp=check-translations.sh;h=307c3c2c147822be83d04f39d3b707a0104c4a91;hp=654dae4c256c8c8afd2a5061e840781d568e03dd;hb=da714aee2c4a0d13d36bf130fccd0866e85b8524;hpb=abce3961c71f49f00f85c0da3edfa38d477b8024 diff --git a/check-translations.sh b/check-translations.sh index 654dae4c25..307c3c2c14 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