[or-cvs] r14501: Re-add Farsi into the whitelist. (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Tue Apr 29 01:17:15 UTC 2008


Author: ioerror
Date: 2008-04-28 21:17:15 -0400 (Mon, 28 Apr 2008)
New Revision: 14501

Modified:
   check/trunk/cgi-bin/index.py
Log:
Re-add Farsi into the whitelist.


Modified: check/trunk/cgi-bin/index.py
===================================================================
--- check/trunk/cgi-bin/index.py	2008-04-29 01:14:19 UTC (rev 14500)
+++ check/trunk/cgi-bin/index.py	2008-04-29 01:17:15 UTC (rev 14501)
@@ -84,7 +84,7 @@
     
     default_locale = "en_US"
     locale = default_locale
-    locales = ( default_locale, 'es', 'es_ES', 'de', 'ja', 'pt_BR', 'pl', 'zh_CN')
+    locales = ( default_locale, 'es', 'es_ES', 'de', 'fa_IR', 'ja', 'pt_BR', 'pl', 'zh_CN')
     
     # We'd really like these locales to be translated:
     # locales = ( default_locale, 'ar', 'de', 'es', 'es_ES', 'fa-IR', 'fr', 'nl', 'pt-PT', 'ru', 'zh-CN')



More information about the tor-commits mailing list