X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=tools%2Fcheck_langs.sh;h=794cea592389c272e589c361de9df57b303db254;hp=66f4693bce4c0ff0edd76d244b42bc5041aece4a;hb=055ed1ffc99100f7c209aa96f1787325be9063c8;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/tools/check_langs.sh b/tools/check_langs.sh old mode 100644 new mode 100755 index 66f4693bc..794cea592 --- a/tools/check_langs.sh +++ b/tools/check_langs.sh @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2010 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -28,8 +28,7 @@ fi cat ./langs/de/cgi-bin/de.pl | grep \'.*\' | awk -F\' '{print $2}'| sort > /tmp/de_cgi-bin.$$ cat ./langs/de/install/lang_de.c | grep TR_ | awk -F\ '{print $2}' > /tmp/de_install.$$ -for i in ./langs/en; do - if [ "$i" == "./langs/.svn" ] ; then continue; fi +for i in ./langs/en ./langs/fr ./langs/es ./langs/pl ./langs/ru ; do language=`echo "$i" | awk -F/ '{ print $3 }'` echo "############################################################################"