Changes between Version 5 and Version 6 of Development/Translation


Ignore:
Timestamp:
02/27/2012 07:42:20 PM (12 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Translation

    v5 v6  
    2727 * Upload `deluge.pot` located in `deluge/i18n/` to [https://translations.launchpad.net/deluge/ translation site] 
    2828 * Wait for the translators to translate the text. 
    29  * Download the updated `PO` files for each language from the translation site, extract to `deluge/i18n/` and strip the `deluge-` prefix: [[br]] `for i in *.po; do j=`echo $i | cut -d - -f2`; mv $i $j; done` 
     29 * Download the updated `PO` files for each language from the translation site, extract to `deluge/i18n/` and strip the `deluge-` prefix: [[br]] {{{for i in *.po; do j=`echo $i | cut -d - -f2`; mv $i $j; done}}} 
    3030 * The binary `MO` files for each language are generated in `setup.py` by using the `msgfmt.py` script. 
    3131