[units.wesnoth.org] Not ang_GB@latin but ang_GB...
...was the language to remove for now.
This commit is contained in:
parent
c5eec58b3f
commit
38e7b63844
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ def find_languages():
|
|||
for locale in parser.get_all(tag = "locale"):
|
||||
isocode = locale.get_text_val("locale")
|
||||
name = locale.get_text_val("name")
|
||||
if isocode == "ang_GB@latin":
|
||||
if isocode == "ang_GB":
|
||||
continue
|
||||
languages_found[isocode] = name
|
||||
return languages_found
|
||||
|
|
Loading…
Add table
Reference in a new issue