dabo Commit
Revision 4379
Date: 2008-08-08 08:39:43 -0700 (Fri, 08 Aug 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4379

Changed:
U   trunk/dabo/dLocalize.py

Log:
Added "English_United States" to language aliases.  Not sure if this is the 
correct way to handle this, but it get me working for now.  

Diff:
Modified: trunk/dabo/dLocalize.py
===================================================================
--- trunk/dabo/dLocalize.py     2008-08-07 20:36:01 UTC (rev 4378)
+++ trunk/dabo/dLocalize.py     2008-08-08 15:39:43 UTC (rev 4379)
@@ -17,7 +17,7 @@
 _domains = {}
 _currentTrans = None
 
-_languageAliases = {"english": "en",
+_languageAliases = {"english": "en", "English_United States":"en",
                "spanish": "es", "espanol": "es", "español": "es",
                "french": "fr", "francais": "fr", "français": "fr", 
                "german": "de", "deutsch": "de",




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/%(messageid)s

Reply via email to