when ts file get updated but translated word does not get reflect?
Solved
General and Desktop
-
I have updated .ts file using Qt Linguist. But when i am running qt application that new translated string does not get reflected.
Actually old translated string come but newly added translated string does not get reflected.
What is reason behind that ?
Is i need to update .qm file ? if yes then how i can update it ?
-
@Qt-embedded-developer said in when ts file get updated but translated word does not get reflect?:
Is i need to update .qm file ? if yes then how i can update it ?
As written in the documentation you need to run lrelease to create a qm file from a ts file.
-
@Christian-Ehrlicher thanks i got the translation.