X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=scripts%2Flocales.pl;h=f03e5c667ad2004b7b6c684f4de2370c0b6083b2;hb=1072cd08c6f5b1905a34dcb3eeab3ddec98d6905;hp=b972a49dbb8cde0a9d7e45bda14677517c6c30c6;hpb=bdc7aa848fed00b93035f7b4fa1a24d612917165;p=kivitendo-erp.git diff --git a/scripts/locales.pl b/scripts/locales.pl index b972a49db..f03e5c667 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -31,7 +31,7 @@ parse_args(); my $basedir = "../.."; my $locales_dir = "."; my $bindir = "$basedir/bin/mozilla"; -my @progdirs = ( "$basedir/SL/Controller", "$basedir/SL/Template/Plugin" ); +my @progdirs = ( "$basedir/SL/Controller", "$basedir/SL/Template/Plugin", "$basedir/SL/Auth" ); my $dbupdir = "$basedir/sql/Pg-upgrade"; my $dbupdir2 = "$basedir/sql/Pg-upgrade2"; my $menufile = "menu.ini";