summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rwxr-xr-xlang/updatelang.py2
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()