This is an old revision of the document!
This page is under development, proof reading needed.
X2Go uses Qt4 which has a great tool to help you translate X2Go into your language - Qt Linguist.
TRANSLATIONS += x2goclient_nb.ts
Some locales have both language and territory specified, e g the file for swedish languague in Sweden is named x2goclient_sv_se.ts.
lupdate <filename>.pro
(e.g. lupdate x2goclient.pro)
- If you want to verify your translation, you have to build the client with the new/updated language file, here's a brief instruction on how to do it on Debian:
sudo apt-get install libldap2-dev libssh-dev libcups2-dev
./config_linux.sh
make
./x2goclient
git add <your-new-and/or-changed-files.ts>
git commit -m "change-comment" <filename, e g x2goclient_nb.ts>
git format-patch -1
For more information related to git, look here: http://git-scm.com/