Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Translate Qt App without QtLinguist
QtWS25 Last Chance

Translate Qt App without QtLinguist

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 3 Posters 349 Views
  • 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.
  • ivanicyI Offline
    ivanicyI Offline
    ivanicy
    wrote on last edited by
    #1

    Hello!!

    I am developing an app that I want it to be translated. I was working with QtLinguist but I have a problem with that. The problem is that I want a third person to translate it for me but I don't want that this person see my code.

    Is there an option to do this keeping the code safe?

    Thank you very much!

    J.HilkJ 1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @ivanicy said in Translate Qt App without QtLinguist:

      but I don't want that this person see my code.

      Then just give him the .ts-files.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0
      • ivanicyI ivanicy

        Hello!!

        I am developing an app that I want it to be translated. I was working with QtLinguist but I have a problem with that. The problem is that I want a third person to translate it for me but I don't want that this person see my code.

        Is there an option to do this keeping the code safe?

        Thank you very much!

        J.HilkJ Offline
        J.HilkJ Offline
        J.Hilk
        Moderators
        wrote on last edited by
        #3

        @ivanicy I think I know where your confusion comes from,

        you load the ts files that are still in your project directory. QtLinguist is smart enough to search that directory for source code, to display that in the info window.

        If you copy the ts files somewhere else, you won't have that problem.

        Also shameless plug, my PhrasebookUtilityTool has in the beta version a save/read/patch with csv feature. Sadly thats still somewhat buggy, and therefore not yet in the repo :D

        But coming soon™️, when I find the time the fix the bugs.


        Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


        Q: What's that?
        A: It's blue light.
        Q: What does it do?
        A: It turns blue.

        1 Reply Last reply
        1
        • ivanicyI Offline
          ivanicyI Offline
          ivanicy
          wrote on last edited by
          #4

          Thank you very much guys! I have a last question for you.

          If I want to go back to english I have to create a new file or is it enough to remove the translator?
          (Obviously, my app is written in english by default)

          Thank you very much!

          1 Reply Last reply
          0
          • Christian EhrlicherC Offline
            Christian EhrlicherC Offline
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Just remove the translator but I would also provide a english - english translation so e.g. abbreviations used in code can be properly expanded (or e.g. utf-8 stuff which may not be properly encoded on windows etc)

            Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
            Visit the Qt Academy at https://academy.qt.io/catalog

            ivanicyI 1 Reply Last reply
            3
            • Christian EhrlicherC Christian Ehrlicher

              Just remove the translator but I would also provide a english - english translation so e.g. abbreviations used in code can be properly expanded (or e.g. utf-8 stuff which may not be properly encoded on windows etc)

              ivanicyI Offline
              ivanicyI Offline
              ivanicy
              wrote on last edited by
              #6

              @Christian-Ehrlicher Thank you very much!

              1 Reply Last reply
              1

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved