
Originally Posted by
donga
Translation messages
If you need to translate app messages for display on other languages,
Lookin the "WinSkinMOD/i18n" folder in the source file then use QT Linguist to translate file template "exmms_en.ts"
After done, choose File->Release for compile to .qm binary.
Next, rename the release .qm file to exmms.qm and put it to .system/QTDownLoad/exmms
That's it
Donga.
Hi! donga.
This is a great work.
But one context in ts file.
PHP Code:
<context>
<name></name>
<message>
<source>SD/MMC Memory card</source>
<translation type="unfinished"></translation>
</message>
</context>
"name" is no text.
thanks.