Skip to content
  • Xuetian Weng's avatar
    Make action label string with & for explicit accelerator. · a3e6fd43
    Xuetian Weng authored
    Due to explicitly using Kirigami.MnemonicData in ActionListItem, the
    i18n string should explicitly set the accelerator. Otherwise it won't
    work propertly for locale like CJK.
    
    For example, &Settings should be translated to 设置(&S) to ensure
    accelerator is preserved. Without explicit accelerator translator won't
    know it can be accessed with accelerator.
    a3e6fd43