SUMMARY Tiling interface only displays English text, even though the messages were translated before. STEPS TO REPRODUCE 1. Press Meta+T and activate the tiling overlay OBSERVED RESULT Messages are in English. EXPECTED RESULT Messages should be in system language, if translated beforehand. Operating System: KDE neon Testing Edition KDE Plasma Version: 5.26.90 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Kernel Version: 5.15.0-58-generic (64-bit) Graphics Platform: X11
Git commit bfe837c9184c198544848d58098ed2cac6346fe9 by David Edmundson. Committed on 20/01/2023 at 23:21. Pushed by davidedmundson into branch 'master'. effects/tileseditor: Set translation domain in QML files M +5 -5 src/effects/tileseditor/qml/TileDelegate.qml M +3 -3 src/effects/tileseditor/qml/main.qml https://invent.kde.org/plasma/kwin/commit/bfe837c9184c198544848d58098ed2cac6346fe9
The strings are still not translated in 5.27.0. I've looked into the possibility of being a cache issue, but I've recently flushed my locale settings, so I don't think that would be an issue.
Which language? We will get english strings if they aren't translated yet even if the code is fine.
It's Turkish. The strings are fine, I've translated them myself.
Git commit 41f533550a8eea82540d317f12c247e20094ba2d by Vlad Zahorodnii, on behalf of David Edmundson. Committed on 17/02/2023 at 10:25. Pushed by vladz into branch 'cherry-pick-bfe837c9'. effects/tileseditor: Set translation domain in QML files (cherry picked from commit bfe837c9184c198544848d58098ed2cac6346fe9) M +5 -5 src/effects/tileseditor/qml/TileDelegate.qml M +3 -3 src/effects/tileseditor/qml/main.qml https://invent.kde.org/plasma/kwin/commit/41f533550a8eea82540d317f12c247e20094ba2d
The relevant fix has not been backported to 5.27 branch.
*** Bug 465985 has been marked as a duplicate of this bug. ***