another new line

This commit is contained in:
Thomas Müller 2013-08-02 23:07:53 +02:00
parent 35a42da3ca
commit 550b647d8a
1 changed files with 1 additions and 1 deletions

View 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 );