Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. translations
    Log in to post

    • UNSOLVED lupdate: File ... won't be updated: it contains translation but the target language is not recognized
      Tools • qt creator translations qt creator 4.10 ldupdate • • Hitokage  

      2
      0
      Votes
      2
      Posts
      932
      Views

      @Hitokage OK looks like the new lupdate version needs additional info about the file's language so I had to add something like this: <TS version="2.1" language="cs_CZ"> Works now!
    • UNSOLVED Collecting dimensions of translatable text labels in Qt Quick
      General and Desktop • size translations lupdate tools • • diredko  

      7
      0
      Votes
      7
      Posts
      1602
      Views

      What kind of text do you have that might be big enough to become a problem for your UI ?
    • UNSOLVED Localizing Qt Quick Apps
      Tools • translations localization • • ekkescorner  

      5
      1
      Votes
      5
      Posts
      2001
      Views

      @SGaist generation of qm files works if at first lupdate was run manually. so the part of creation of ts files from https://wiki.qt.io/Automating_generation_of_qm_files doesn't work as expected
    • SOLVED Can't have application menu bar in english on OSX french
      General and Desktop • qml os x qt 5.5.1 menubar translations • • nelbok  

      12
      0
      Votes
      12
      Posts
      4377
      Views

      Hello, That not the problem here. If i understand correctly, the OSX Application Menu is translated by Qt, not my application. The problem occurs only with QtQuick and on a OSX no-english. So why i must do give a translated file created by me for QtQuick and not for QtWidgets ? (And not the translated files qt) Regards, nelbok
    • SOLVED Using Qt translated texts causes adding them to app ts
      General and Desktop • translations translate lupdate • • SeeLook  

      3
      0
      Votes
      3
      Posts
      1177
      Views

      Another solution that not require hacking Qt is to alias QApplication::translate method: inline QString myTr(const char* context, const char* key, const char* disambiguation = 0, int n = -1) { return QApplication::translate(context, key, disambiguation, n); } and then get translated text with: myTr("QShortcut", "Help"); Such texts are invisible for lupdate.
    • UNSOLVED Best Strategy for Webkit Apps & Translation?
      General and Desktop • webkit linguist translations language japanese • • maximo  

      1
      0
      Votes
      1
      Posts
      687
      Views

      No one has replied

    • UNSOLVED Enabling QtTranslator for "qt_" disable OS X menubar integration partly
      General and Desktop • osx menubar translations • • Dashie  

      2
      0
      Votes
      2
      Posts
      961
      Views

      Hi and welcome to devnet, Do you mean that if you use the qt_fr.qm file everything is going well but if you add your own translation it starts acting up ?ä
    • QT Translatoion => How to Include macros in .ts language files
      General and Desktop • translations transform transforms pain transparentbord transfer • • Atdhe  

      3
      0
      Votes
      3
      Posts
      1008
      Views

      i cant share that, why its a private one, i just need to how to change this Qt_tr_noop to tr, and not include inside static i just want to use the tr().
    • Qt 5.5 - won't use show some Qt translations
      General and Desktop • windows mac qt 5.5 translations • • Will  

      1
      0
      Votes
      1
      Posts
      794
      Views

      No one has replied