You can help us to translate the MusE interface into your language. We currently have a English interface and basic German support. Note: This means that the interface will be translated not the official manual nor this weppage.
You find instruction in the source tar ball in the file called README.translate or here on this page. If your translation is finished send your translation to our mailing list.
Set your languageYou can select a certain language using bash this way: export LANG=fr After this you can start MusE from this console and MusE's interface should be set to the language you selected. Hopefully we get better language support soon. What is currently included: fr french de German ru russian sv_SE swedish it Italian [not included yet] pl Polish InternationalisationIf you want to contribute a translation the following hints may be of help to you: Step 1Enter the MusE directory and edit the file "muse.pro" Append a new target file name at "TRANSLATIONS" e.g. change TRANSLATIONS = share/locale/muse_de.ts
into
TRANSLATIONS = share/locale/muse_de.ts \
share/locale/muse_fr.ts
if you want to generate a french MusE version. Step 2Start the Qt-Program "lupdate" lupdate muse.pro Maybe "lupdate" is not in your PATH and you must specify the complete pathname "lupdate" Example:
/usr/qt3-2/bin/lupdate muse.pro
This generates the file "locale/muse_fr.ts". Step 3Edit "locale/muse_fr.ts" manually or use the Qt "linguist" tool: linguist muse_fr.ts You can find a manual for the linguist tool here: http://doc.trolltech.com/3.1/linguist-manual.html The Debian package is called qt3-linguist Step 4Save the edited file "muse_fr.ts" from linguist and start File->Release. This generates the file "locale/muse_fr.qm" or start the Qt program "lrelease" lrelease muse.pro This generates all *.qm files. Step 5Install the *.qm files: as superuser start "make install" Step 6Test: set the environment variable LANG to the desired Language: export LANG=fr Start MusE: muse Step 7Send the file to us and we'll include it into the next release of MusE. Read on here: Muse_ml Thanks for your support!
Last modified June 1, 2006 7:38 am / Skin by Kevin Hughes
![]() |