Bug 505993 - Tile manager doesn‘t use translations (it is only shown in English)
Summary: Tile manager doesn‘t use translations (it is only shown in English)
Status: RESOLVED WORKSFORME
Alias: None
Product: kwin
Classification: Plasma
Component: Custom Tiling (other bugs)
Version First Reported In: 6.4.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-22 18:30 UTC by Karl Ove Hufthammer
Modified: 2025-06-22 18:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Ove Hufthammer 2025-06-22 18:30:19 UTC
SUMMARY
The strings in the tile manager is always shown in English, not in the user‘s preferred language. There *are* strings to translate in kwin.po(t) and kwin_x11.po(t), but the translations are not used.


STEPS TO REPRODUCE
1. Change the default/preferred Plasma language to something other than English (I use Norwegian Nynorsk).
2. Launch the tile manager by pressing ‘Meta + T’.
3. Observe the text on the buttons/widgets. 


OBSERVED RESULT
The text says, e.g., ‘Split Left/Right’, ‘Padding:’ and ‘Load layout...’.

EXPECTED RESULT
The text should be translated, e.g., ‘Del venstre/høgre’ instead of ‘Split Left/Right’.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20250618
KDE Plasma Version: 6.4.0
KDE Frameworks Version: 6.15.0
Qt Version: 6.9.1
Kernel Version: 6.15.2-1-default (64-bit)
Graphics Platform: X11
Comment 1 Karl Ove Hufthammer 2025-06-22 18:34:51 UTC
Closing. Turns out that the package kwin6-x11-lang wasn’t installed on my system (for some strange reason). After I installed it and restarted Plasma, everything is OK.