projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d70420
)
build/i18n-update.pl: disable fuzzy maching for po updates, does not work well with...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 May 2009 17:32:27 +0000
(17:32 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 May 2009 17:32:27 +0000
(17:32 +0000)
build/i18n-update.pl
patch
|
blob
|
history
diff --git
a/build/i18n-update.pl
b/build/i18n-update.pl
index c41b039b7d0a4f37b51cd9421425c6ba58c94ad7..0dd213a5356624a0e7291b3fc89574c6d97bb224 100755
(executable)
--- 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");
}
}