Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How can I create translation file
Forum Updated to NodeBB v4.3 + New Features

How can I create translation file

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
9 Posts 2 Posters 753 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.
  • YaldizY Offline
    YaldizY Offline
    Yaldiz
    wrote on last edited by
    #1

    I am using qt5 on ubuntu 20.04. How can I create translation file could anyone explain step by step?

    I tried;
    lupdate -pro /WS/WS.pro -ts lcd_en.ts

    output;
    lupdate: could not find a Qt installation of ''

    Best regards.

    jsulmJ 1 Reply Last reply
    0
    • YaldizY Yaldiz

      I am using qt5 on ubuntu 20.04. How can I create translation file could anyone explain step by step?

      I tried;
      lupdate -pro /WS/WS.pro -ts lcd_en.ts

      output;
      lupdate: could not find a Qt installation of ''

      Best regards.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Yaldiz said in How can I create translation file:

      /WS/WS.pro

      Is this path really correct?
      Do you really have WS subfolder in your root folder?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • YaldizY Offline
        YaldizY Offline
        Yaldiz
        wrote on last edited by
        #3

        sorry, Just example.
        actual path;
        /home/yaldiz/Desktop/LCD/LCD-Panel/LCD-Panel.pro

        jsulmJ 1 Reply Last reply
        0
        • YaldizY Yaldiz

          sorry, Just example.
          actual path;
          /home/yaldiz/Desktop/LCD/LCD-Panel/LCD-Panel.pro

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Yaldiz Do you have a proper Qt installation?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • YaldizY Offline
            YaldizY Offline
            Yaldiz
            wrote on last edited by
            #5

            Yes I have .

            in this path /opt/qtcreator-4.1.0

            jsulmJ 1 Reply Last reply
            0
            • YaldizY Yaldiz

              Yes I have .

              in this path /opt/qtcreator-4.1.0

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Yaldiz said in How can I create translation file:

              /opt/qtcreator-4.1.0

              This is QtCreator (an IDE).
              Did you install Qt?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • YaldizY Offline
                YaldizY Offline
                Yaldiz
                wrote on last edited by
                #7

                Do you mean qt5-dev-tools?

                jsulmJ 1 Reply Last reply
                0
                • YaldizY Yaldiz

                  Do you mean qt5-dev-tools?

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @Yaldiz No, I mean Qt libraries (qt5-dev-tools is also needed).

                  sudo apt-get install qt5-default
                  

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • YaldizY Offline
                    YaldizY Offline
                    Yaldiz
                    wrote on last edited by Yaldiz
                    #9

                    I installed theese,

                    sudo apt-get install qt5-default
                    sudo apt-get install qttools5-dev-tools

                    and after I run following command in here /home/yaldiz/Desktop/LCD/LCD-Panel

                    lupdate LCD-Panel.pro

                    It's works, thanks for help :)

                    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