X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=build%2Fi18n-update.pl;h=0dd213a5356624a0e7291b3fc89574c6d97bb224;hp=c41b039b7d0a4f37b51cd9421425c6ba58c94ad7;hb=d81f44fba80cfbd90dbfb592e5fb930e3da27750;hpb=1f3666f7225eb33d932a7ae067dbca05e57ad9ca diff --git a/build/i18n-update.pl b/build/i18n-update.pl index c41b039b7d..0dd213a535 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"); } }