[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14469: Added German to the whitelist (check/trunk/cgi-bin)
Author: ioerror
Date: 2008-04-25 06:27:46 -0400 (Fri, 25 Apr 2008)
New Revision: 14469
Modified:
check/trunk/cgi-bin/index.py
Log:
Added German to the whitelist
Modified: check/trunk/cgi-bin/index.py
===================================================================
--- check/trunk/cgi-bin/index.py 2008-04-25 10:21:29 UTC (rev 14468)
+++ check/trunk/cgi-bin/index.py 2008-04-25 10:27:46 UTC (rev 14469)
@@ -91,7 +91,7 @@
default_locale = "en_US"
locale = default_locale
- locales = ( default_locale, 'es')
+ locales = ( default_locale, 'es', 'de')
for item in locales:
if item == user_supplied_lang: