| | 76 | |
| | 77 | |
| | 78 | == Poedit == |
| | 79 | |
| | 80 | The command line instructions do still apply. Poedit, as a graphical editor for the po-files, aims to provide a more convenient approach to editing catalogs than launching vi and editing the file by hand. |
| | 81 | |
| | 82 | First you need to install the package. On Gnu/Linux, poedit is probably already included in your distribution (e.g. on Debian/Ubuntu, do "sudo apt-get install poedit"). For other Operating Systems (including MS Windows and Apple OS X) you'll find binaties at the '''[http://www.poedit.net/download.php Poedit download page]'''. Follow the instructions to edit translations: |
| | 83 | |
| | 84 | |
| | 85 | 1. Open poedit. |
| | 86 | |
| | 87 | [[Image(poedit1.png)]] |
| | 88 | |
| | 89 | 2. Go to File-Open and select the desired translation (.po file). On *n*x systems the po files for Padre itself (not the plugins) can be found at trunk/Padre/share/locale. |
| | 90 | |
| | 91 | [[Image(poedit2.png)]] |
| | 92 | |
| | 93 | 3. Go to Catalogue-Update from POT file. Choose the file messages.pot on the same location as above (generated by the command line instructions). |
| | 94 | |
| | 95 | [[Image(poedit3.png)]] |
| | 96 | |
| | 97 | 4. Click OK. |
| | 98 | |
| | 99 | [[Image(poedit4.png)]] |
| | 100 | |
| | 101 | 5. The missing, fuzzy and correct translation will be showed in different colours. |
| | 102 | |
| | 103 | [[Image(poedit5.png)]] |
| | 104 | |