summaryrefslogtreecommitdiff
path: root/l10ntools/scripts
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-08-20 16:30:57 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-08-20 16:30:57 +0200
commit46bd96bc7c2f8fac93546f8aa905023a9a59f8ca (patch)
treef2d737a9b5f2ef6dfe68bd02ae3e209f823cad43 /l10ntools/scripts
parent62a8f17d4862b90bbbccde3b86157dd9bc930712 (diff)
ext004: just copy en-US file without modifications
Diffstat (limited to 'l10ntools/scripts')
-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