Neue Sprachfunktionen und deutsch Sprachdatei aktualisiert

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@454 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-24 17:12:26 +00:00
parent 5fd302326d
commit 8a5f0f44fa
10 changed files with 3951 additions and 3201 deletions

View File

@@ -692,3 +692,14 @@ reload_tftpd() {
fi
return 1
}
update_langs() {
echo -ne "Checking the translations for missing or obsolete strings..."
chmod 755 $BASEDIR/tools/{check_strings.pl,sort_strings.pl}
$BASEDIR/tools/sort_strings.pl en
$BASEDIR/tools/sort_strings.pl de
$BASEDIR/tools/check_strings.pl en > $BASEDIR/doc/language_issues.en
$BASEDIR/tools/check_strings.pl de > $BASEDIR/doc/language_issues.de
$BASEDIR/tools/check_langs.sh > $BASEDIR/doc/language_missings
beautify message DONE
}