]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/make-functions
hwdata: update pci and usb database.
[people/pmueller/ipfire-2.x.git] / tools / make-functions
index 2bd85f166a6617df86102a92ec767f7a2fb94a5e..89bd52436b6d42fcbb795b9ca4aa51c44c0c1256 100644 (file)
@@ -730,10 +730,12 @@ 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/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_langs.sh > $BASEDIR/doc/language_missings
                beautify message DONE
 }