SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** In Lokalize I see translation unit "Medium". Its metadata contains src:/package/contents/ui/ConfigIcons.qml:259 src:/plugins/folder/viewpropertiesmenu.cpp:51 and refers to icon size and label width size. In Polish it needs to be translated as: 1) "Średnie" for icon size 2) "Średnia" for label size It cannot be done because the translation has been merged into a single one. Please unmerge it. STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/873
(In reply to Nate Graham from comment #1) > https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/873 Thanks for the fast response. The same kind of issue is in #445418 but for a long time no response there. You don't monitor that?
I missed that one, sorry. I will submit a merge request for that too. Hopefully sometime today or tomorrow. The merge request I submitted to fix this has not been reviewed by anyone yet; would you be able to review it and see if the context I added is helpful?
Git commit 744a872d6c162cc0ac00477099ccbba9dabd4788 by Fushan Wen, on behalf of Nate Graham. Committed on 28/03/2022 at 01:14. Pushed by fusionfuture into branch 'master'. Folder View: add translation context for short icon-related strings A lot of these strings are very short and benefit from translation context. FIXED-IN: 5.25 M +18 -11 containments/desktop/package/contents/ui/ConfigIcons.qml M +22 -13 containments/desktop/plugins/folder/viewpropertiesmenu.cpp https://invent.kde.org/plasma/plasma-desktop/commit/744a872d6c162cc0ac00477099ccbba9dabd4788
(In reply to Nate Graham from comment #3) > I missed that one, sorry. I will submit a merge request for that too. > Hopefully sometime today or tomorrow. > > The merge request I submitted to fix this has not been reviewed by anyone > yet; would you be able to review it and see if the context I added is > helpful? No problem and no rush. Thanks. Regarding your merge request: somebody already merged it. Besides, for me it's more than I needed :)
Ah, great!