Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Translations in QML
Qt 6.11 is out! See what's new in the release blog

Translations in QML

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 542 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.
  • S Offline
    S Offline
    suneelkv
    wrote on last edited by
    #1

    Hi Bala, I tried to generate the .ts file using lupdate and lrelease but that didnt help In all my .qml files I am using the below line kind QT_TR_NOOP("text") but this is not recognised as a text source to my .ts file, my .ts file is always empty any hints please?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Tusovshik
      wrote on last edited by
      #2

      So tou can read the instructions from this site bellow.
      The files are created or updated by running:
      lupdate qml-i18n.qml -ts i18n/base.ts
      Translations for new languages are created by copying i18n/base.ts to i18n/qml_<lang>.ts The .ts files can then be edited with �{Qt Linguist}:
      linguist i18n/qml_fr.ts
      The run-time translation files are then generated by running:
      lrelease i18n/*.ts
      Files:
      qml-i18n/qml-i18n.qml
      qml-i18n/qml-i18n.qmlproject

      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