diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-03 17:28:24 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-03 17:28:24 +0200 |
commit | 93bf4a215c7a22c15993d41711d24e9d483d5402 (patch) | |
tree | 03459c0414b0ec08384b2f4e95655791c02cd99b /lang/updatelang.py | |
parent | 5a1caa063a6652753a40ec8afe3f7a1c42965785 (diff) | |
download | evol-tools-93bf4a215c7a22c15993d41711d24e9d483d5402.tar.gz evol-tools-93bf4a215c7a22c15993d41711d24e9d483d5402.tar.bz2 evol-tools-93bf4a215c7a22c15993d41711d24e9d483d5402.tar.xz evol-tools-93bf4a215c7a22c15993d41711d24e9d483d5402.zip |
lang: small fix in tool.
Diffstat (limited to 'lang/updatelang.py')
-rwxr-xr-x | lang/updatelang.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/updatelang.py b/lang/updatelang.py index a55e582..518e403 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -11,7 +11,7 @@ defaultLang = "en" filt = re.compile(".+[.]txt", re.IGNORECASE) allStrings = set() -strre1 = re.compile("[\t +]l[(][\"](?P<str>[^\"]+)[\"][)]") +strre1 = re.compile("[\t +(]l[(][\"](?P<str>[^\"]+)[\"][)]") strre2 = re.compile("^[^/](.+)[.]gat([^\t]+)[\t](script|shop)[\t](?P<str>[\w ]+)[\t]([\d]+),") langFiles = dict() |