From: Rudolf Polzer Date: Fri, 4 Oct 2013 11:08:31 +0000 (+0200) Subject: Congratulations to terencehill - Italian is complete! X-Git-Tag: xonotic-v0.8.0~304 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=da714aee2c4a0d13d36bf130fccd0866e85b8524;hp=abce3961c71f49f00f85c0da3edfa38d477b8024;p=xonotic%2Fxonotic-data.pk3dir.git Congratulations to terencehill - Italian is complete! --- 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