Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-110828

Please supply QtBase translation files for all languages supported by Qt.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Not Evaluated
    • None
    • 5.15.7
    • Translations (l10n)
    • None
    • N/A
    • All

    Description

      This issue ticket is the last resort trying to solve the following problem in Dorico.

      QtBase translation file missing in Dorico for some language localizations - Dorico - Steinberg Forums

      In short: This is workaround-able on Dorico dev's side, but it appears that their preference is to defer Qt issues to Qt. For example, their product manager's public response:

      ----------

      Dorico 3.5 at this moment has localized MUIs for the following languages:

      strings_de.qm
      strings_en.qm
      strings_es.qm
      strings_fr.qm
      strings_it.qm
      strings_ja.qm
      strings_pt.qm
      strings_ru.qm
      strings_zh.qm

      However, it has the QtBase translation file for the following languages only, even if in Dorico 4.3.11:

      qtbase_ru.qm
      qtbase_de.qm
      qtbase_en.qm
      qtbase_fr.qm
      qtbase_it.qm
      qtbase_ja.qm

      This leads to issues that Spanish, Simplified Chinese, and Portugal language files "strings_??.qm" cannot supply the lack of the translations of certain commonly-used words among Qt apps. For example, the buttons of this window (file save confirmation when trying to quit Dorico):

      // Portugal MUI, buttons are English due to the lack of its QtBase translation file.

      Fortunately, the "strings_.qm" file can be patched by adding the missing entry from QtBase. I added the following 3 entries to the "strings_.qm" file of my localized Chinese MUI (not offical yet and not completed yet), and I successfully made these 3 buttons localized.

       

      msgctxt "QCocoaTheme|"
      msgid "Don't Save"
      msgstr "不保存"
      msgctxt "QPlatformTheme|"
      msgid "Save"
      msgstr "保存"
      msgctxt "QPlatformTheme|"
      msgid "Cancel"
      msgstr "取消"
      

       

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            shikisuen SHIKI SUEN
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes