]> source.dussan.org Git - nextcloud-server.git/commitdiff
another new line
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 2 Aug 2013 21:07:53 +0000 (23:07 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 2 Aug 2013 21:07:53 +0000 (23:07 +0200)
l10n/l10n.pl

index e3a42aefe2286439ef870fe40ef7f47be5b18fcb..2790ca920152c3ecca19e015fadc4dcc5e45fd22 100644 (file)
@@ -171,7 +171,7 @@ elsif( $task eq 'write' ){
 
                        # Write PHP file
                        open( OUT, ">$language.php" );
-                       print OUT "<?php \$TRANSLATIONS = array(\n";
+                       print OUT "<?php\n\$TRANSLATIONS = array(\n";
                        print OUT join( ",\n", @strings );
                        print OUT "\n);\n\$PLURAL_FORMS = \"$plurals\";\n";
                        close( OUT );