From 4e9d6d4b0ae3ae88d075388468e370a20dd81e62 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 22 Feb 2012 14:29:05 +0100 Subject: [PATCH] ignore en.po by default --- check-translations.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/check-translations.sh b/check-translations.sh index 3fe1d78ff7..4fa4e86b6e 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -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 -- 2.39.2