Comment 15 for bug 365730

Revision history for this message
grofaty (grofaty) wrote :

Hi,
by the way, if you are from non-English country you can create translation files by compiling po file to mo file, by executing command:
msgfmt ${HOME}/pychess-read-only/lang/template.po -o ${HOME}/pychess-read-only/lang/[your_language]/LC_MESSAGES/pychess.mo

Note: instead of [your_language] write your language, check pychess-read-only/lang directory for available translations.

If you downloaded subversion files to other directory then your home dir, then also change ${HOME} variable to that downloaded dir.
Regards