changeset 1225:357b0c18f844 beta

refreshed how_to on translations
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 07 Apr 2011 22:51:43 +0200
parents e76833cd555a
children f17fdbe86ab9
files rhodecode/i18n/how_to
diffstat 1 files changed, 21 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/i18n/how_to	Thu Apr 07 09:01:11 2011 +0200
+++ b/rhodecode/i18n/how_to	Thu Apr 07 22:51:43 2011 +0200
@@ -1,15 +1,28 @@
-#goto pylons folder app (the on holding .ini files)
+##########################
+# to create new language #
+##########################
 
-# to create new 
+#this needs to be done on source codes, preferable default/stable branches
+ 
 python setup.py extract_messages -> get messages from project
-python setup.py init_catalog -l pl -> create a language directory
-edit the new po file with poedit
+python setup.py init_catalog -l pl -> create a language directory for <pl> lang
+edit the new po file with poedit or any other editor
 python setup.py compile_catalog -> create translation files
-#done 
- 
- # to update
+
+############# 
+# to update #
+#############
+
 python setup.py extract_messages -> get messages from project
 python setup.py update_catalog -> to update the translations
 edit the new updated po file with poedit
 python setup.py compile_catalog -> create translation files
-#done
\ No newline at end of file
+
+
+###################
+# change language #
+###################
+
+`lang=en`
+
+in the .ini file
\ No newline at end of file