Summary: | string is not translated in the astronomical events plugin | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | grouchomarx.fr |
Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, aspotashev, nate, yurchor |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=399038 | ||
Latest Commit: | https://invent.kde.org/plasma/kdeplasma-addons/commit/61d8e7ece72e93abe47c67d74f17db184c818348 | Version Fixed In: | 5.23 |
Sentry Crash Report: |
Description
grouchomarx.fr
2021-08-09 16:54:09 UTC
Similar to Bug 399038. No idea how to fix this to make them translatable though. I don't know anything about how the localization system works in this case. CCing a few people who might. This has nothing to do with 399038 399038 is about missing strings in the translation catalog This is about a string that is translated in the translation catalog not being used (probably because the catalog is not set in the qml file somehow). i.e. i18n("Show:") needs to be like i18nd like the other two transltable strings in that config dialog. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/83 Git commit 61d8e7ece72e93abe47c67d74f17db184c818348 by Nate Graham. Committed on 10/08/2021 at 21:36. Pushed by ngraham into branch 'master'. [astronomical events plugin] Make "Show:" label translatable ...By setting the translation catalog, as other strings in this file do. FIXED-IN: 5.23 M +1 -1 plasmacalendarplugins/astronomical/config/qml/AstronomicalEventsConfig.qml https://invent.kde.org/plasma/kdeplasma-addons/commit/61d8e7ece72e93abe47c67d74f17db184c818348 |