Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Should the "About Qt" dialog be translated?
Qt 6.11 is out! See what's new in the release blog

Should the "About Qt" dialog be translated?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.5k Views 3 Watching
  • 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.
  • C Offline
    C Offline
    cgarry
    wrote on last edited by
    #1

    My application is using Qt v5.4 and I have implemented support for Internationalization. This is actually working well except I have noticed that the text in the "About Qt" dialog remains in English, even when I load Danish translation files.

    I am loading and installing the qt_da.qm file from Qt's installation directory and application_da.qm from my volunteer translator.

    So my question is; should the "About Qt" dialog be translated or is it supposed to remain in English?

    Thanks,
    Chris

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Yes it should be translated, at least the text is in the translation files

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cgarry
        wrote on last edited by
        #3

        Okay, that is not quite what I am seeing. For Danish I have used this file from my installation for the Qt translations:
        C:\Qt5.4\5.4\msvc2010_opengl\translations\qt_da.qm

        And this is the 'About Qt' box I get:
        https://dl.dropboxusercontent.com/u/1139742/for_forum/about_da.png
        Note that none of the dialog text has been translated.

        To be sure the issue was not just down to the Danish translation I tried using this French translation file:
        C:\Qt5.4\5.4\msvc2010_opengl\translations\qt_fr.qm

        And this is the 'About Qt' box I get:
        https://dl.dropboxusercontent.com/u/1139742/for_forum/about_fr.png
        I have highlighted the text that is translated, which is just the first 2 lines of the dialog. The rest of the dialog text remains in Engligh.

        This shows to me that my C++ code is correctly loading the qt_??.qm files but the results are not as I would expect. So am I using the correct translation files?

        Thanks,
        Chris

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Seems the translation files might be a bit outdated for this dialog

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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
          • Unsolved