[or-cvs] r21021: {projects} Update the lang codes to match what we'd like to see interna (projects/gettor/lib/gettor)

ioerror at seul.org ioerror at seul.org
Wed Nov 25 01:41:59 UTC 2009


Author: ioerror
Date: 2009-11-24 20:41:59 -0500 (Tue, 24 Nov 2009)
New Revision: 21021

Modified:
   projects/gettor/lib/gettor/requests.py
Log:
Update the lang codes to match what we'd like to see internally.


Modified: projects/gettor/lib/gettor/requests.py
===================================================================
--- projects/gettor/lib/gettor/requests.py	2009-11-24 20:34:36 UTC (rev 21020)
+++ projects/gettor/lib/gettor/requests.py	2009-11-25 01:41:59 UTC (rev 21021)
@@ -25,9 +25,9 @@
 
 class requestMail:
 
-    defaultLang = "en"
+    defaultLang = "en-US"
     # XXX
-    supportedLangs = { "en": "English", 
+    supportedLangs = { "en-US": "English", 
                        "de": "Deutsch" }
 
     def __init__(self, config):



More information about the tor-commits mailing list