diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-18 20:54:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-18 20:54:32 +0000 |
commit | 705f06ef0eb281212780951f82bb90a127eb88ca (patch) | |
tree | 7b72aa6b5c606402594d8c5e07876cce403561b9 /build/i18n-lua2po.pl | |
parent | 3f3fd8bfe37faa113c88e4a8eba145141dcc2aef (diff) |
build: revert r4542
Diffstat (limited to 'build/i18n-lua2po.pl')
-rwxr-xr-x | build/i18n-lua2po.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/i18n-lua2po.pl b/build/i18n-lua2po.pl index a6eb26caf..d72d2e975 100755 --- a/build/i18n-lua2po.pl +++ b/build/i18n-lua2po.pl @@ -103,7 +103,7 @@ if( open F, "find . -path '*/luasrc/i18n/*' -name '*.$master_lang.lua' |" ) printf T "#: %s:%d\n#. %s\nmsgid \"%s\"\nmsgstr \"%s\"\n\n", $file, $., $v, $k, ( $target_strings{$basename} && $target_strings{$basename}{$k} ) - ? $target_strings{$basename}{$k} : $v; + ? $target_strings{$basename}{$k} : ""; } } |