]> source.dussan.org Git - nextcloud-server.git/commitdiff
add new line to generated php code
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 2 Aug 2013 19:45:36 +0000 (21:45 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 2 Aug 2013 19:45:36 +0000 (21:45 +0200)
l10n/l10n.pl

index 2a02e19c714f48ddf32933af2dea80108ca2f071..e3a42aefe2286439ef870fe40ef7f47be5b18fcb 100644 (file)
@@ -173,7 +173,7 @@ elsif( $task eq 'write' ){
                        open( OUT, ">$language.php" );
                        print OUT "<?php \$TRANSLATIONS = array(\n";
                        print OUT join( ",\n", @strings );
-                       print OUT "\n); \$PLURAL_FORMS = \"$plurals\";\n";
+                       print OUT "\n);\n\$PLURAL_FORMS = \"$plurals\";\n";
                        close( OUT );
                }
                chdir( $whereami );