Navigation

    Qt Forum

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

    • SOLVED Is there a way to load the .ts files directly with QTranslator, without compiling them to .qm?
      QML and Qt Quick • qml file translation translator • • jeanmilost  

      4
      0
      Votes
      4
      Posts
      301
      Views

      I think you can bundle lupdate in your application and create qm file on the fly. P.S. : TS files are just xml files, so you can change them in your own application, via user feedback or something else
    • SOLVED QT_TRANSLATE_NOOP inside static const QMap?
      General and Desktop • i18n translate translator international • • Opa114  

      11
      0
      Votes
      11
      Posts
      4464
      Views

      @mrjj okay - thanks for help!
    • Translator: Can I switch to input language as a translation?
      General and Desktop • translator • • A Former User  

      3
      0
      Votes
      3
      Posts
      762
      Views

      Thanks for your answer, JohanSolo! Greetings, Markus
    • How to enter translatable text using plural/arguments in QtDesigner?
      Tools • qtdesigner translator • • A Former User  

      1
      0
      Votes
      1
      Posts
      597
      Views

      No one has replied

    • Qt translator efficiency
      Mobile and Embedded • embedded 4.8 time translator measure • • kumararajas  

      6
      0
      Votes
      6
      Posts
      1549
      Views

      I'd say: benchmark it, so you'll know how much time it takes to do the match. Don't forget to load several dictionaries to match real-life setup