Qt-Linguist icon indicating copy to clipboard operation
Qt-Linguist copied to clipboard

How do I translate Linguist.exe self

Open kli2013 opened this issue 6 years ago • 2 comments

where did i put the *.qm file to translate it self

old 5.5.0 ver its in the translate folder next to the bin folder

kli2013 avatar Jul 20 '19 01:07 kli2013

I'll join - could you add a translation of the Qt Linguist interface to other languages?

os88sa avatar Mar 29 '21 09:03 os88sa

The translations for the QT Linguist official software are stored in .\translations\, and for the python qt-main library, they are in .\Library\translations\. I attempted to update the QT Linguist official software's translation by modifying the qt_*.qm and linguist_*.qm files extracted from the python library. This successfully added Chinese language display.

However, for this repository, placing the qt_*.qm and linguist_*.qm files in either .\translations\ or .\Library\translations\ did not have any effect. I suspect that the location of translations is hard-coded during compilation. Unless the author takes specific actions, there might be limited options for addressing this issue.

nkh0472 avatar Jan 04 '24 10:01 nkh0472