[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14947: Add possible French option. (check/trunk/cgi-bin)
Author: ioerror
Date: 2008-06-04 08:51:00 -0400 (Wed, 04 Jun 2008)
New Revision: 14947
Modified:
check/trunk/cgi-bin/TorCheck.py
Log:
Add possible French option.
Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py 2008-06-04 12:42:48 UTC (rev 14946)
+++ check/trunk/cgi-bin/TorCheck.py 2008-06-04 12:51:00 UTC (rev 14947)
@@ -83,7 +83,7 @@
def getLocales():
locale_descriptions = { 'en_US' : 'English', 'de' : 'Deutsch', 'es' :
- 'español','fa_IR' : 'fa_IR', 'ja' : '(Nihogo)', 'it_IT' : 'Italiano',
+ 'español','fa_IR' : 'fa_IR', 'fr', : 'français', 'ja' : '(Nihogo)', 'it_IT' : 'Italiano',
'pt_BR' : 'Português', 'pl': 'polski', 'ru': 'Русский (Russkij)',
'zh_CN' :'(Simplified Chinese)' }
return locale_descriptions