https://bugs.kde.org/show_bug.cgi?id=420409
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.18.4 |Master Summary|Chinese translate is wrong |Mnemonics in chinese (and | |possibly others) shouldn't | |take symbols Assignee|lei...@leinir.dk |notm...@gmail.com Target Milestone|--- |Not decided Component|discover |general Product|Discover |frameworks-kirigami --- Comment #1 from Aleix Pol <aleix...@kde.org> --- I'm not sure what's the right way to do this, will need some more investigation. This is coming from Discover's ActionListItem.qml Kirigami.MnemonicData.enabled: item.enabled && item.visible Kirigami.MnemonicData.controlType: Kirigami.MnemonicData.MenuItem Kirigami.MnemonicData.label: action.text label: Kirigami.MnemonicData.richTextLabel readonly property var tooltip: QQC2.ToolTip { text: action.shortcut ? action.shortcut : p0.nativeText } -- You are receiving this mail because: You are watching all bug changes.