mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
escape dash in regular expression in genlocale script [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d4469ed469
commit
2c26fbf335
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ localeiso4217map = {}
|
|||
localecurrencymap = {}
|
||||
localenumberingmap = {}
|
||||
# regular expressions
|
||||
localeregex = re.compile('([^_|-|\.|@]+)+')
|
||||
localeregex = re.compile('([^_|\-|\.|@]+)+')
|
||||
|
||||
# artificial entries
|
||||
languagemap['AnyLanguage'] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue