Author: elias
Date: Sat Jul 30 13:59:42 2011
New Revision: 50499

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50499&view=rev
Log:
[units.wesnoth.org] Not ang_GB@latin but ang_GB was the language to remove for 
now.

Modified:
    trunk/data/tools/wmlunits

Modified: trunk/data/tools/wmlunits
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmlunits?rev=50499&r1=50498&r2=50499&view=diff
==============================================================================
--- trunk/data/tools/wmlunits (original)
+++ trunk/data/tools/wmlunits Sat Jul 30 13:59:42 2011
@@ -809,7 +809,7 @@
     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


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to