Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Solved when ts file get updated but translated word does not get reflect?

    General and Desktop
    2
    3
    98
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Q
      Qt embedded developer last edited by

      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 ?

      1 Reply Last reply Reply Quote 0
      • Christian Ehrlicher
        Christian Ehrlicher Lifetime Qt Champion last edited by

        @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.

        Qt has to stay free or it will die.

        Q 1 Reply Last reply Reply Quote 4
        • Christian Ehrlicher
          Christian Ehrlicher Lifetime Qt Champion last edited by

          @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.

          Qt has to stay free or it will die.

          Q 1 Reply Last reply Reply Quote 4
          • Q
            Qt embedded developer @Christian Ehrlicher last edited by

            @Christian-Ehrlicher thanks i got the translation.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post