summaryrefslogtreecommitdiffhomepage
path: root/build/i18n-update.pl
diff options
context:
space:
mode:
Diffstat (limited to 'build/i18n-update.pl')
-rwxr-xr-xbuild/i18n-update.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/i18n-update.pl b/build/i18n-update.pl
index c41b039b7..0dd213a53 100755
--- a/build/i18n-update.pl
+++ b/build/i18n-update.pl
@@ -14,7 +14,7 @@ if( open F, "find $source -type f -name '$pattern' |" )
if( -f "$source/templates/$basename.pot" )
{
printf "Updating %-40s", $file;
- system("msgmerge", "-U", $file, "$source/templates/$basename.pot");
+ system("msgmerge", "-U", "-N", $file, "$source/templates/$basename.pot");
}
}