Missing internationalization in KCron

Hello everybody. :stuck_out_tongue:

I don’t know if this is a bug or not, but anyway it’s certainly not normal: in the System Settings, all the page dedicated to the Task Scheduler (KCron) is not localized… every single text field appears in english instead of the language I configured my system with (french)…

Yes, the kcron.mo is well installed in /usr/local/share/locale/fr/LC_MESSAGES/kcron.mo , and all the strings in question are well localized in it… it just doesn’t seem to load it properly for the KCM

I tried to fix this issue manually, since I already resolved a similar localization issue for “Elf Dissector”, but I haven’t succeeded…

Would you please tell me if you can reproduce the issue, and insights on how to fix it?

Thank you in advance!

to ensure you have all the language packs install on kubuntu, i run this

sudo apt install $(check-language-support)

if that helps

Thanks for your help, but I’m not on Kubuntu… :slight_smile:
I’m on Debian 13 and it doesn’t have the check-language-support command…

I’m convinced it’s a bug with the program… could you or someone else try to change your system language and check if KCron is translated?

here are the source files if you want to build it.

I just filed a bug report: 507976 – Internationalization missing / not loaded

Since after some tests, no doubt to me the internationalization is not properly loaded in KCron. It’s not a simple problem of “language support” on my system.

What annoys me is that I’ve already fixed a similar bug in “ELF Dissector”, but I did not succeeded in fixing this one… :neutral_face:

The bug has been resolved by Victor Ryzhykh.

Thank you for all.