Changes between Version 3 and Version 4 of TranslationIntro
- Timestamp:
- 12/10/08 15:46:43 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TranslationIntro
v3 v4 11 11 12 12 1. Check out the current sources of Padre from the subversion repository. 13 1. Update the pot file with the "{{{pot}}}" action of "{{{Module::Build}}}".13 1. Update the messages.pot file using 14 14 {{{ 15 ./Build pot 15 perl ../tools/update_pot_file.pl 16 16 }}} 17 17 This will extract all strings to be translated from the Perl modules and have them written to the message template file. … … 20 20 {{{ 21 21 msgmerge -o <lng>.po.new <lng>.po messages.pot 22 }}}22 }}} 23 23 This will merge the already existing translations and the new template file, resulting in a new file that you now need to edit. 24 24 Be careful to check the already existing translations: The merging might produce wrong results. … … 30 30 1. Add new files to the repository or - if you don't have write access - either send the updated "messages.pot" and the .po file to the padre development mailing list or open a new ticket and attach the files to it. 31 31 32 {{{ 33 perl ../tools/po_stats.pl 34 }}} 35 Will create a textual report on the status of all the existing translation files. 36 32 37 = Adding a translation = 33 38
