[or-cvs] r14466: Farsi doesn't compile for syntax reasons, we'll add it back (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Fri Apr 25 09:20:54 UTC 2008


Author: ioerror
Date: 2008-04-25 05:20:53 -0400 (Fri, 25 Apr 2008)
New Revision: 14466

Modified:
   check/trunk/cgi-bin/index.py
Log:
Farsi doesn't compile for syntax reasons, we'll add it back when it does.


Modified: check/trunk/cgi-bin/index.py
===================================================================
--- check/trunk/cgi-bin/index.py	2008-04-25 09:13:33 UTC (rev 14465)
+++ check/trunk/cgi-bin/index.py	2008-04-25 09:20:53 UTC (rev 14466)
@@ -91,7 +91,7 @@
     
     default_locale = "en_US"
     locale = default_locale
-    locales = ( default_locale, 'fa-IR', 'es')
+    locales = ( default_locale, 'es')
     
     for item in locales:
         if item == user_supplied_lang:



More information about the tor-commits mailing list