Changes between Version 27 and Version 28 of TranslationIntro
- Timestamp:
- 05/18/10 16:36:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TranslationIntro
v27 v28 124 124 125 125 1. implement ''plugin_locale_directory()'' (or not if the default suits your needs) 126 1. create the locale directory (if necessary) {{{share/locale}}} 126 127 1. use Wx::gettext() everywhere instead of plain text 127 1. extract those messages in a ''messages.pot'' file 128 1. extract those messages in a ''messages.pot'' file by running {{{../tools/update_pot_file.pl}} 128 129 1. create a ''$plugin-$locale.po'' file in your plugin locale directory and translate it - or ask the translators to do it 129 130 1. upon releasing, create the ''*.mo'' files and ship them with your plugin
