[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r20053: {projects} Update the spec to include how we generate .po files. (projects/gettor)



Author: ioerror
Date: 2009-07-15 17:56:34 -0400 (Wed, 15 Jul 2009)
New Revision: 20053

Modified:
   projects/gettor/README.locale-spec-draft
Log:
Update the spec to include how we generate .po files.


Modified: projects/gettor/README.locale-spec-draft
===================================================================
--- projects/gettor/README.locale-spec-draft	2009-07-15 21:53:05 UTC (rev 20052)
+++ projects/gettor/README.locale-spec-draft	2009-07-15 21:56:34 UTC (rev 20053)
@@ -61,3 +61,12 @@
 	gettor+de@xxxxxxxxxxxxxx
 
 This will allow the user to interact without any knowledge of locales.
+
+GENERATING .po/.pot FILES
+-------------------------
+
+In the top level directory of the gettor source, run the following command:
+
+	gettext setup.py GetTor.py gettor/*.py \
+	-d gettor -o i18n/templates/gettor.pot
+