diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-02 23:07:53 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-02 23:07:53 +0200 |
commit | 550b647d8a777c11b74377002d58b4806f9e97e5 (patch) | |
tree | cde037d989480c7a30e3bc9831d89020aa86e85d /l10n/l10n.pl | |
parent | 35a42da3caaf9f78a625b19b421ddeacb59e3402 (diff) | |
download | nextcloud-server-550b647d8a777c11b74377002d58b4806f9e97e5.tar.gz nextcloud-server-550b647d8a777c11b74377002d58b4806f9e97e5.zip |
another new line
Diffstat (limited to 'l10n/l10n.pl')
-rw-r--r-- | l10n/l10n.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/l10n.pl b/l10n/l10n.pl index e3a42aefe22..2790ca92015 100644 --- a/l10n/l10n.pl +++ b/l10n/l10n.pl @@ -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 ); |