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

Missing Translation Context for QAbstractFileIconProvider::type

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.5.3
    • Translations (l10n)
    • None

    Description

      The translation context for the QAbstractFileIconProvider::type function in the Qt framework was changed from "QFileDialog" to "QAbstractFileIconProvider" in a recent commit. However, it appears that the corresponding translation context was not created in the Qt translations data document for all other languages. As a result, the file dialog does not properly display the localized type information for languages that do not have this context.

      Steps to Reproduce:

      1. Set the language of the application to a language that does not have a translation context for QAbstractFileIconProvider::type.
      2. Open the file dialog in the application.
      3. Observe that the type information displayed in the file dialog is not properly localized.

      Expected Results: The file dialog should show the type information properly localized for all languages, including those that do not have the translation context for QAbstractFileIconProvider::type.

      Actual Results: The file dialog does not display the type information properly localized for languages that do not have the translation context for QAbstractFileIconProvider::type. Instead, it may display untranslated or incorrect type information.

      Attachments

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

        Activity

          People

            kkohne Kai Köhne
            kandass1 Senthil Kannan Kandaswamy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes