File: README

package info (click to toggle)
pychess 0.10~beta3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,748 kB
  • ctags: 3,006
  • sloc: python: 20,001; makefile: 13; sh: 6
file content (29 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PyChess - a free chess client for Linux

The mission of PyChess is to create a free, pleasant, pygtk, chess game for the
Linux desktop that does everything you require from an advanced chess client.

Project homepage: http://pychess.googlepages.com/
Download page: http://code.google.com/p/pychess/downloads/list
Development page: http://code.google.com/p/pychess/

TRANSLATION

if you want to translate PyChess into you language, please look for a
template.po file in the lang/ directory. This can be edited using a program like
poedit, free from http://www.poedit.org/ , when you are finished, please send
your file, and a message of what language you have translated into, to
pychess-people@googlegroups.com or translation Pychess directly in web browsing
with Rosetta Launchpad, instructions http://code.google.com/p/pychess/wiki/RosettaTranslates

WORKING WITH PO FILES

To create po files from glade and python files, use
$ sh create_template.po.sh

To merge to files for like to update your old translation to a new PyChess
version, use
$ msgmerge oldtranslation.po newtemplate.po -o tobetranslated.po

To compile the po file to an mo file (machine readable file) use
$ msgfmt mytranslation.po -o mytranslation.mo