Changeset - eabb273bfd80
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 12 years ago 2013-06-02 21:48:58
marcin@python-works.com
fix typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/i18n/how_to
Show inline comments
 
@@ -39,25 +39,25 @@ finally compile the translations::
 
    python setup.py compile_catalog -l <new_language_code>
 

	
 
##########################
 
# to update translations #
 
##########################
 

	
 
Fetch latest version of strings for translation by running::
 

	
 
    python setup.py extract_messages
 

	
 
Update PO file by doing::
 

	
 
    python setup.py update_catalog -l pl<- to update the translations
 
    python setup.py update_catalog -l <new_language_code><- to update the translations
 

	
 
Edit the new updated po file. Repeat all steps after `init_catalog` step from
 
new translation instructions
 

	
 

	
 
########################
 
# testing translations #
 
########################
 

	
 
Edit test.ini file and set lang attribute to::
 

	
 
    lang=<new_language_code>
0 comments (0 inline, 0 general)