mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user