summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-08-25 14:42:57 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-08-25 14:42:57 +0200
commit6f03ce606728c5e5a28cf973f29d2f0f9b0e528e (patch)
tree7982dfab7ae933affcda79908d8d7b538f695df0 /l10ntools
parentc48ab401f81bd2415845bb4b0a6782bb0c28370e (diff)
parent46bd96bc7c2f8fac93546f8aa905023a9a59f8ca (diff)
CWS-TOOLING: integrate CWS ext004
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/scripts/tool/xtxex.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/scripts/tool/xtxex.py b/l10ntools/scripts/tool/xtxex.py
index 2c5f132530a6..96912754b7df 100644
--- a/l10ntools/scripts/tool/xtxex.py
+++ b/l10ntools/scripts/tool/xtxex.py
@@ -39,7 +39,8 @@ class Xtxex(AbstractL10nTool):
def merge_file(self, inputfilename, outputfilename, parsed_file_ref, lang, is_forced_lang, sdfdata):
# Special handling for en-US files
if lang == "en-US":
- mod_outputfilename = outputfilename.replace("_en-US",'')
+ mod_outputfilename = outputfilename
+ # mod here if needed
self.copy_file(inputfilename, mod_outputfilename)
return
# merge usual lang