aboutsummaryrefslogtreecommitdiffstats
path: root/bin/localise_templates
diff options
context:
space:
mode:
Diffstat (limited to 'bin/localise_templates')
-rw-r--r--bin/localise_templates1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/localise_templates b/bin/localise_templates
index 3267433..63555bc 100644
--- a/bin/localise_templates
+++ b/bin/localise_templates
@@ -34,6 +34,7 @@ my $vars = {
};
for my $lang ( get_langs() ) {
+ chomp $lang;
my @lang_parts = split(',', $lang);
mySociety::Locale::negotiate_language($lang);