| Summary: | Untranslatable window title "System Settings" | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.19.90 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/systemsettings/commit/4f28476ddae53c745dcaf1f66cd2dc68e75727dc | Version Fixed/Implemented In: | 5.20 |
| Sentry Crash Report: | |||
|
Description
Alexander Potashev
2020-09-19 17:47:27 UTC
SettingsBase.cpp: setWindowTitle(i18n("Info Center"));
SettingsBase.cpp: setWindowTitle(i18n("System Settings"));
Code looks fine. Probably just translations not being synced up?
Could you check at a .po level?
No idea why this happens. Checked the contents of ru/.../systemsettings.mo (looked up the path with strace), it contains Russian translation for "System Settings". Found it: KLocalizedString::setApplicationDomain() was called too late. Expect a patch from me soon. A possibly relevant merge request was started @ https://invent.kde.org/plasma/systemsettings/-/merge_requests/19 Git commit 14f9c104e23309bfc53701960284953ea23c9b77 by Alexander Potashev. Committed on 25/09/2020 at 10:22. Pushed by ngraham into branch 'master'. Make the user-visible strings defined in KAboutData translatable again. CCMAIL: nicolas.fella@gmx.de M +3 -1 app/main.cpp https://invent.kde.org/plasma/systemsettings/commit/14f9c104e23309bfc53701960284953ea23c9b77 Git commit 4f28476ddae53c745dcaf1f66cd2dc68e75727dc by Nate Graham, on behalf of Alexander Potashev. Committed on 25/09/2020 at 13:38. Pushed by ngraham into branch 'Plasma/5.20'. Make the user-visible strings defined in KAboutData translatable again. CCMAIL: nicolas.fella@gmx.de (cherry picked from commit 14f9c104e23309bfc53701960284953ea23c9b77) M +3 -1 app/main.cpp https://invent.kde.org/plasma/systemsettings/commit/4f28476ddae53c745dcaf1f66cd2dc68e75727dc |