diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-09 16:12:33 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-09 16:12:33 +0100 |
commit | c9cd6fbd1bbb0d5f911116091351bcad61cdd468 (patch) | |
tree | d33807ceec62830440272d4b424f7ed597ecf408 /share | |
parent | e6c64dae1d4371863c1407d448ad1a33d07752ee (diff) |
Add notes about testing translations
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/faq.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/doc/faq.md b/share/doc/faq.md index 2281682b..e985b4bd 100644 --- a/share/doc/faq.md +++ b/share/doc/faq.md @@ -305,6 +305,13 @@ team via the web interface. Approvals are done manually so it might take a few d for you to be approved. Also bear in mind that the email address with which you register on Transifex will be visible in the translation files. +If you want to test your translation in action: + + * Download your translation from Transifex + * Open the downloaded _.po_ file with [Poedit](http://www.poedit.net/) + * Simply press _Save_ in Poedit, which causes it to generate a _.mo_ file next to the _.po_ file + * Copy the generated _.mo_ file to _HexChat \ locale \ <language code> \ LC\_MESSAGES \ hexchat.mo_ + * Restart HexChat *** |