From 7dcbea5a166ff42f4e034ca8accfb22fb05537ae Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 16 Oct 2015 23:23:15 +0200 Subject: [PATCH] langauges.txt generator: output the current en line in order to preserve the padding --- check-translations.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check-translations.sh b/check-translations.sh index 34404877a2..a7406532d8 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -36,7 +36,8 @@ fi if [ x"$mode" = x"txt" ]; then { - echo "en English \"English\"" + item=`grep "^en " languages.txt` + echo "$item" for X in common.*.po; do [ -f "$X" ] || continue if [ -n "$language" ]; then -- 2.39.2