Hey all,
I recently (yesterday/tonight
) added support for translations to the Qt4 interface. I will add any contributed translations to the next release. Here is how to produce translations if you're interested.
1) Check out the translation directory from svn
2) Create an appropriately named translation file. You need to know the language code of the translation. For English this is "en", German "de", Finnish "fi", Polish "pl", etc. Append the language code to the filename like so:
3) Use the Qt Linguist utility to translate. On Ubuntu this is part of the qt4-dev-tools package. The binary is named "linguist", and has extensive documentation.
If you want to try the translation you will need the svn version of mupen64plus, compiled with the Qt gui.
Translations received so far:
Dutch (nl) by Surkow
German (de) by 2fast4u
Norwegian (Bokmål, nb) by olejl
Portuguese (pt) by Tillmann
Finnish (fi) by me
I recently (yesterday/tonight
1) Check out the translation directory from svn
Code:
svn co --username mupen64 --password Dyson5632-kart svn://fascination.homelinux.net:7684/mupen64plus/trunk/translations
2) Create an appropriately named translation file. You need to know the language code of the translation. For English this is "en", German "de", Finnish "fi", Polish "pl", etc. Append the language code to the filename like so:
Code:
cd translations
cp mupen64plus.ts mupen64plus_en.ts
3) Use the Qt Linguist utility to translate. On Ubuntu this is part of the qt4-dev-tools package. The binary is named "linguist", and has extensive documentation.
If you want to try the translation you will need the svn version of mupen64plus, compiled with the Qt gui.
Translations received so far:
Dutch (nl) by Surkow
German (de) by 2fast4u
Norwegian (Bokmål, nb) by olejl
Portuguese (pt) by Tillmann
Finnish (fi) by me
Last edited: