Bug 399038 - Untranslatable calendar plugin names
Summary: Untranslatable calendar plugin names
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Digital Clock widget (show other bugs)
Version: 5.13.90
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL: https://marc.info/?l=kde-i18n-doc&m=1...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-24 21:37 UTC by Alexander Potashev
Modified: 2021-08-12 20:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.23
Sentry Crash Report:
aspotashev: Translation_missing+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2018-09-24 21:37:51 UTC
Calendar plugin names e.g. "Astronomical Events" and "Holidays" are untranslatable.
Comment 1 Nate Graham 2020-01-12 21:16:17 UTC
Is this still happening?
Comment 2 Bug Janitor Service 2020-01-27 04:33:18 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2020-02-11 04:33:20 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!
Comment 4 Alexander Potashev 2020-03-08 18:57:19 UTC
(In reply to Nate Graham from comment #1)
> Is this still happening?

Yes, at least in 5.18.2. And the recent Git master-based translation templates (trunk/l10n-kf5/templates/messages/kde-workspace/... in SVN) do not contain a string "Astronomical Events", so it cannot possibly be translated.
Comment 5 Nate Graham 2021-08-10 21:32:39 UTC
Can you point me to where it needs to be added?
Comment 6 Nicolas Fella 2021-08-12 18:59:44 UTC
Git commit c6361d75e0a9f007603665aac321b0e71115c402 by Nicolas Fella.
Committed on 12/08/2021 at 18:59.
Pushed by nicolasfella into branch 'master'.

[calendar/astronomical] Convert to KPluginMetaData-compatible JSON metadata

Instead of the old format

This makes the name/description/etc translatable

M  +12   -8    plasmacalendarplugins/astronomical/astronomicaleventsplugin.json

https://invent.kde.org/plasma/kdeplasma-addons/commit/c6361d75e0a9f007603665aac321b0e71115c402
Comment 7 Nicolas Fella 2021-08-12 19:00:04 UTC
Git commit 1a2383f880dc550c363680a5b89326c440b7b54c by Nicolas Fella.
Committed on 12/08/2021 at 18:59.
Pushed by nicolasfella into branch 'master'.

[calendar/holidays] Convert to KPluginMetaData-compatible JSON metadata

Instead of the old format

This makes the name/description/etc translatable

M  +12   -5    plasmacalendarintegration/holidayeventsplugin.json

https://invent.kde.org/plasma/plasma-workspace/commit/1a2383f880dc550c363680a5b89326c440b7b54c
Comment 8 Nate Graham 2021-08-12 20:32:20 UTC
Those should fix it.