close Warning: Error with navigation contributor "LoginModule"

Changes between Initial Version and Version 1 of HowtoAddNewTranslation


Ignore:
Timestamp:
May 31, 2010, 7:46:03 PM (14 years ago)
Author:
slav0nic
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoAddNewTranslation

    v1 v1  
     1Example for adding Spain translation: 
     2{{{ 
     3slav0nic@slpc:/tmp$ hg clone http://hg.djangobb.org/djangobb 
     4destination directory: djangobb 
     5requesting all changes 
     6adding changesets 
     7adding manifests 
     8adding file changes 
     9added 257 changesets with 1613 changes to 916 files 
     10updating to branch default 
     11347 files updated, 0 files merged, 0 files removed, 0 files unresolved 
     12slav0nic@slpc:/tmp$ cd djangobb/djangobb/djangobb_forum/ 
     13slav0nic@slpc:/tmp/djangobb/djangobb/djangobb_forum$ django-admin makemessages -l es 
     14processing language es 
     15slav0nic@slpc:/tmp/djangobb/djangobb/djangobb_forum$ ls locale/ 
     16es/    fr/    lt/    ru/    zh_CN/  
     17}}} 
     18 
     19After that, go to http://www.transifex.net/projects/p/djangobb/c/tip/ , create translation team or ask access and uploading locale/es/LC_MESSAGES/django.po file.