From 24fc8bdd43b0c302ae12445bfa89170ef7a42c0a Mon Sep 17 00:00:00 2001 From: adzukimame <88547072+adzukimame@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:04:15 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B5=B5=E6=96=87=E5=AD=97=E3=83=94=E3=83=83?= =?UTF-8?q?=E3=82=AB=E3=83=BC=E3=81=A7=E5=B9=B3=E4=BB=AE=E5=90=8D=E3=81=AE?= =?UTF-8?q?=E3=82=A8=E3=82=A4=E3=83=AA=E3=82=A2=E3=82=B9=E3=81=AB=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=9E=E5=AD=97=E3=81=A7=E3=83=9E=E3=83=83=E3=83=81?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=20(#77)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adzuki <88547072+adzuki02@users.noreply.github.com> --- packages/frontend/package.json | 1 + .../frontend/src/components/MkEmojiPicker.vue | 32 +++++ pnpm-lock.yaml | 109 ++++++++++-------- 3 files changed, 96 insertions(+), 46 deletions(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 56b824c0c5c0..866e01b2e657 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -19,6 +19,7 @@ "dependencies": { "@discordapp/twemoji": "15.0.3", "@github/webauthn-json": "2.1.1", + "@koozaki/romaji-conv": "2.0.29", "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", "@misskey-dev/browser-image-resizer": "2024.1.0", "@rollup/plugin-json": "6.1.0", diff --git a/packages/frontend/src/components/MkEmojiPicker.vue b/packages/frontend/src/components/MkEmojiPicker.vue index 8a6bef54d83f..a2c3f57d4fc1 100644 --- a/packages/frontend/src/components/MkEmojiPicker.vue +++ b/packages/frontend/src/components/MkEmojiPicker.vue @@ -105,6 +105,7 @@ SPDX-License-Identifier: AGPL-3.0-only