[units.wesnoth.org] Not ang_GB@latin but ang_GB...

...was the language to remove for now.
This commit is contained in:
Elias Pschernig 2011-07-30 11:59:42 +00:00
parent c5eec58b3f
commit 38e7b63844

View file

@ -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