# HG changeset patch # User Marcin Kuzminski # Date 1302209503 -7200 # Node ID 357b0c18f8448f1eb506fdbd5c6c8517f6cc38a4 # Parent e76833cd555a2e2e6faf75de91c829454d8aaac9 refreshed how_to on translations diff -r e76833cd555a -r 357b0c18f844 rhodecode/i18n/how_to --- 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 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