Summary: | Categories in Widget Explorer are not translated after updating to the latest Framework | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | Fushan Wen <qydwhotmail> |
Component: | libplasma | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | alexander.lohnau, me, nate, notmart |
Priority: | NOR | Keywords: | regression |
Version: | 5.99.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/7883535cfbeb63b775f50335607d8cec375ab7fe | Version Fixed In: | 5.27.6 |
Sentry Crash Report: |
Description
Fushan Wen
2022-10-16 09:32:07 UTC
It seems that we did not use the strings in plasma-frameworks, but relied on the translations being present in the translation catalog. This should be fixed in the widget explorer. (In reply to Alexander Lohnau from comment #1) > It seems that we did not use the strings in plasma-frameworks, but relied on > the translations being present in the translation catalog. This should be > fixed in the widget explorer. But for KF6 only? Because currently the widget explorer already depends on the translations from plasma-framework. We can have it look in the plasma-framework translation catalog for these strings, I think. Localization folks may be able to provide more details and guidance. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2241 I will try to work on a proper fix A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2945 Git commit a02c08234ea3e82f38868e5f1a92409fd3729627 by Alexander Lohnau. Committed on 27/05/2023 at 06:58. Pushed by alex into branch 'master'. Widgetexplorer: Properly handle translations for applet categories They used to be in plasma-frameworks but were completely unused there, but we depended on them being in the .po file. M +43 -6 components/shellprivate/widgetexplorer/widgetexplorer.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/a02c08234ea3e82f38868e5f1a92409fd3729627 Git commit 7883535cfbeb63b775f50335607d8cec375ab7fe by Alexander Lohnau. Committed on 27/05/2023 at 07:03. Pushed by alex into branch 'Plasma/5.27'. Widgetexplorer: Properly handle translations for applet categories They used to be in plasma-frameworks but were completely unused there, but we depended on them being in the .po file. (cherry picked from commit a02c08234ea3e82f38868e5f1a92409fd3729627) M +43 -6 components/shellprivate/widgetexplorer/widgetexplorer.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/7883535cfbeb63b775f50335607d8cec375ab7fe |