From da714aee2c4a0d13d36bf130fccd0866e85b8524 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 4 Oct 2013 13:08:31 +0200 Subject: [PATCH] Congratulations to terencehill - Italian is complete! --- check-translations.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2