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. Lrelease issues

Lrelease issues

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 2.8k 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.
  • K Offline
    K Offline
    KennedyDayala
    wrote on last edited by
    #1

    Hello all,

    I am trying to update myb knowledge on mulingual support at run time.In this regard I have gor one demo application which has a languages menu and one label on dialog with "text". For the first time I run it successfuly and all the strings on the dioalg (window title+menu title+label text) were got changed according to the language selection from menu.I tried changing those three string from Qt Creator and then used lupdate and then lrelease. My .ts files created successfully with string chenges but .qm files are not getting updated and hence language chage is not happenning accordingly.

    this is the message from General messages window I can see..

    "Updating 'D:/Qt playground/Lang/lang/tr_tr.qm'...
    Generated 0 translation(s) (0 finished and 0 unfinished)
    Ignored 3 untranslated source text(s)"

    Can somebody shed some light on this and let me know what process I am missing ?

    Thanks in advance..

    Never Ever Give Up

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MartinVee
      wrote on last edited by
      #2

      lrelease creates translations in the QM file only for the strings that are marked as "finished".

      Did you use Qt Linguist to translate your strings? Sorry to ask, but that wasn't clear in your post...

      If not, you might want to check :
      "Qt Linguist Manual for Translators":http://developer.qt.nokia.com/doc/qt-4.8/linguist-translators.html
      and
      "Qt Linguist Manual for Release Manager":http://developer.qt.nokia.com/doc/qt-4.8/linguist-manager.html

      1 Reply Last reply
      0

      • Login

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