INTEGRATION: CWS sysui04 (1.3.40); FILE MERGED

2005/02/03 07:02:31 obr 1.3.40.1: replace not yet re-translated file format name
This commit is contained in:
Rüdiger Timm 2005-02-07 14:31:54 +00:00
parent 2e63171657
commit 6ac198fee4

View file

@ -155,6 +155,9 @@ KEY: while (<TEMPLATE>) {
# replace resource placeholder
$value=~s/%PRODUCTNAME/$productname/g;
# replace not yet re-translated file format name
$value=~s/Open Office/OpenDocument/g;
$locale=~s/-/_/;
if ($ext eq "desktop") {
print OUTFILE "$key\[$locale\]=$value\n";