From: Jo-Philipp Wich Date: Sat, 5 Nov 2011 18:37:51 +0000 (+0000) Subject: luci-0.10: merge r7881 X-Git-Tag: 0.10.0~48 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=51dc9425b0db3ff13f05ff9567755a9fbb7bc807 luci-0.10: merge r7881 --- diff --git a/build/i18n-scan.pl b/build/i18n-scan.pl index cee07fdfe..880738402 100755 --- a/build/i18n-scan.pl +++ b/build/i18n-scan.pl @@ -51,6 +51,7 @@ if( open F, "find @ARGV -type f '(' -name '*.htm' -o -name '*.lua' ')' |" ) { ( my $code, $text ) = extract_bracketed($text, q{('")}); + $code =~ s/\\\n/ /g; $code =~ s/^\([\n\s]*//; $code =~ s/[\n\s]*\)$//;