From: terencehill Date: Fri, 16 Oct 2015 21:23:15 +0000 (+0200) Subject: langauges.txt generator: output the current en line in order to preserve the padding X-Git-Tag: xonotic-v0.8.2~1688^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7dcbea5a166ff42f4e034ca8accfb22fb05537ae;p=xonotic%2Fxonotic-data.pk3dir.git langauges.txt generator: output the current en line in order to preserve the padding --- diff --git a/check-translations.sh b/check-translations.sh index 34404877a..a7406532d 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