ext004: just copy en-US file without modifications
This commit is contained in:
parent
62a8f17d48
commit
46bd96bc7c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue