From 389d0824e8c5b87e4a49dffa06a7985d891a53bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu> Date: Fri, 2 Aug 2013 21:45:36 +0200 Subject: [PATCH] add new line to generated php code --- l10n/l10n.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n/l10n.pl b/l10n/l10n.pl index 2a02e19c71..e3a42aefe2 100644 --- a/l10n/l10n.pl +++ b/l10n/l10n.pl @@ -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 ); -- GitLab