]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/make-functions
langs: add russian to buildsystem.
[people/pmueller/ipfire-2.x.git] / tools / make-functions
index 2bd85f166a6617df86102a92ec767f7a2fb94a5e..4ee4344fe8bea4b6be700ae2c4f4b5c09c212ade 100644 (file)
@@ -730,10 +730,14 @@ update_langs() {
                $BASEDIR/tools/sort_strings.pl de
                $BASEDIR/tools/sort_strings.pl fr
                $BASEDIR/tools/sort_strings.pl es
+               $BASEDIR/tools/sort_strings.pl pl
+               $BASEDIR/tools/sort_strings.pl ru
                $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_strings.pl fr > $BASEDIR/doc/language_issues.fr
                $BASEDIR/tools/check_strings.pl es > $BASEDIR/doc/language_issues.es
+               $BASEDIR/tools/check_strings.pl es > $BASEDIR/doc/language_issues.pl
+               $BASEDIR/tools/check_strings.pl ru > $BASEDIR/doc/language_issues.ru
                $BASEDIR/tools/check_langs.sh > $BASEDIR/doc/language_missings
                beautify message DONE
 }