Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Qt 5, windows 7 : lupdate doesn't create ts file

    Qt.io webservices
    2
    2
    3881
    Loading More Posts
    • 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.
    • W
      wllefeb last edited by

      Hi,
      I'm new to Qt. I want to create a multilanguage application (english, dutch & french).
      1.In the pro-file of my project I specified the ts-filenames as parameters of TRANSLATIONS :
      TRANSLATIONS = midi_fr.ts
      midi_nl.ts
      2. I got to the tools-menu("Outils") -> External ("Externe")->Linguist->lupdate (mettre à jour les traductions)
      and in the general messages I get :
      Lancement de l'outil externe "C:/Qt/Qt5.0.2/5.0.2/mingw47_32/bin/lupdate" C:/Qt/qtprojects/MDI/mdi.pro
      But I don't obtain any ts-file?
      What am I doing wrong?
      Can anyone help me?
      Thanks.
      Willy

      1 Reply Last reply Reply Quote 0
      • X
        XelaG last edited by

        This is a user privileges issue.
        If you open Qt command shell and run
        @lupdate your_project.pro@

        windows will ask you if lupdate can modify your PC and then the .ts files will be created.

        "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding

        1 Reply Last reply Reply Quote 0
        • First post
          Last post