Translation using Qt

Asked by Khalid AlAjaji

I need to test translation into Arabic for the development version of Stellarium.

how to go about converting the po file into qm file after completing the translations?

Question information

Language:
English Edit question
Status:
Solved
For:
Stellarium Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Wolf
Solved:
Last query:
Last reply:
Revision history for this message
Alexander Wolf (alexwolf) said :
#1

You can use lconvert tool from Qt5 Linguist.

Revision history for this message
Khalid AlAjaji (kajaji) said :
#2

Thanks Alexander. I downloaded qt linguist from here:
http://qt-apps.org/content/show.php/Qt+Linguist+Download?content=89360

but it doesn't seem to have lconvert or lrelease.

Do I need to install the whole Qt package

Revision history for this message
Alexander Wolf (alexwolf) said :
#3

Are you using linux?

Revision history for this message
Khalid AlAjaji (kajaji) said :
#4

I use a windows 7 laptop

Revision history for this message
Best Alexander Wolf (alexwolf) said :
#5

You can download binary package for Windows from qt-project.org website

Revision history for this message
Khalid AlAjaji (kajaji) said :
#6

Thanks Alex.

I downloaded the package and used the tools successfully.

Revision history for this message
Khalid AlAjaji (kajaji) said :
#7

Thanks Alexander Wolf, that solved my question.