feat: add first-class support for CJK (#8530)

This commit is contained in:
Marcel Mraz
2024-10-17 21:14:17 +03:00
committed by GitHub
parent 21815fb930
commit b479f3bd65
288 changed files with 3559 additions and 918 deletions
@@ -374,6 +374,10 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
shortcuts={[getShortcutKey("Shift+Alt+C")]}
/>
)}
<Shortcut
label={t("labels.copyAsSvg")}
shortcuts={[getShortcutKey("Shift+Ctrl+C")]}
/>
<Shortcut
label={t("labels.copyStyles")}
shortcuts={[getShortcutKey("CtrlOrCmd+Alt+C")]}