You can contribute to our project greatly by translating the game to
your language, thus helping those who don't speak English as well as you
do. Here's a short guide on how to do it. You have to replace lang
and COUNTRY
with the short-cut of your language, e.g. de
and
DE
for German, or hu
and HU
for Hungarian, pt
and BR
for Brazilian Portuguese.
pot
file
from here). If you've already made a
translation, go here and download the appropriate
po file for your language and update it.
The po files there are kept up-to-date.
The following steps apply to people who do a first translation
and not an update. To update your po file, go to
the po/pot files page, get the appropriate po file
and edit it with your preferred po file editor.
lang.po
file from the pot
file by calling
msginit -l lang_COUNTRY -o lang.po -i bygfoot.pot
.
lang.po
file to ''charset=UTF-8''.
lang.po
file (I use the
po-mode of Emacs), or with a special tool like
gtranslator.
Make sure you use UTF-8
encoding; this way you can use any
special characters your language contains.
po
file to the po
subdirectory of the build directory
configure.in
file in the build dir:
add lang
to the list of languages in the line starting with ALL_LINGUAS
./autogen.sh
make
and make install