[or-cvs] r18717: {projects} Update documentation on translating responses. (projects/gettor)

ioerror at seul.org ioerror at seul.org
Sat Feb 28 13:35:12 UTC 2009


Author: ioerror
Date: 2009-02-28 08:35:12 -0500 (Sat, 28 Feb 2009)
New Revision: 18717

Modified:
   projects/gettor/README
Log:
Update documentation on translating responses.


Modified: projects/gettor/README
===================================================================
--- projects/gettor/README	2009-02-28 13:06:20 UTC (rev 18716)
+++ projects/gettor/README	2009-02-28 13:35:12 UTC (rev 18717)
@@ -96,6 +96,14 @@
 	
 	locale = ko
 
+However, if a user wished to add support in responses to users, they will need
+to modiy the 'requests.py' file like so:
+
+    defaultLang = "en"
+    supportedLangs = { "en": "English",·
+                       "ko": "Korean",·
+                       "de": "Deutsch" }
+
 CONFIGURATION
 -------------
 A proper GetTor configuration file is expected in the user's home directory
@@ -185,4 +193,3 @@
 	http://mail.google.com/support/bin/answer.py?hl=en&answer=8770
 
 Other providers are not as transparent and this may cause failures.
-



More information about the tor-commits mailing list