Summary: | Untranslated string upon applet launch | ||
---|---|---|---|
Product: | [Plasma] kdeplasma-addons | Reporter: | Emir SARI <emir_sari> |
Component: | Weather | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | Keywords: | qt6 |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/19f9a9762d024f25ba6a9f0ae03ac8c451e69666 | Version Fixed In: | 6.0 |
Sentry Crash Report: | |||
Attachments: | screenshot |
Can you add a new Comic Strip widget and see whether it also has an untranslated Configure button? If so, then this isn't an applet-specific issue, but rather a deeper one caused by whatever created that button either not making its text translated, or else specifying the wrong (or no) translation catalog for it to be loaded from. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2028 Git commit 8aebe3f54874af2b6ca61cbd1a1fd3fabca00c71 by Emir SARI. Committed on 07/02/2024 at 13:36. Pushed by esari into branch 'master'. Fix i18n domain M +5 -5 containments/panel/contents/ui/ConfigOverlay.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/8aebe3f54874af2b6ca61cbd1a1fd3fabca00c71 I think this is the correct place: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/components/containmentlayoutmanager/qml/BasicAppletContainer.qml#L270 The previous fix did not work. What's the correct domain for the above string? A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3888 Git commit 2eab616a5340af6c36519bc4a8bb51843e9f93d6 by Emir SARI. Committed on 12/02/2024 at 10:31. Pushed by esari into branch 'master'. Fix i18n M +1 -1 components/containmentlayoutmanager/qml/BasicAppletContainer.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/2eab616a5340af6c36519bc4a8bb51843e9f93d6 Git commit 19f9a9762d024f25ba6a9f0ae03ac8c451e69666 by Emir SARI. Committed on 12/02/2024 at 10:32. Pushed by esari into branch 'Plasma/6.0'. Fix i18n (cherry picked from commit 2eab616a5340af6c36519bc4a8bb51843e9f93d6) M +1 -1 components/containmentlayoutmanager/qml/BasicAppletContainer.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/19f9a9762d024f25ba6a9f0ae03ac8c451e69666 |
Created attachment 165302 [details] screenshot See screenshot. Upon adding the widget, the "Configure..." button looks like it's not available for translation.