Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.3
-
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:
- Set the language of the application to a language that does not have a translation context for QAbstractFileIconProvider::type.
- Open the file dialog in the application.
- 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.