From 3f9f0aa99daf6135549c48c95da0fc958ca963b8 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:46:41 +0800 Subject: [PATCH] update --- packages/frontend/src/App.vue | 2 +- packages/frontend/src/locales/en-US.json | 23 ++++++++++---------- packages/frontend/src/locales/ja-JP.json | 23 ++++++++++---------- packages/frontend/src/locales/zh-CN.json | 23 ++++++++++---------- packages/frontend/src/views/SettingsView.vue | 8 +++---- 5 files changed, 41 insertions(+), 38 deletions(-) diff --git a/packages/frontend/src/App.vue b/packages/frontend/src/App.vue index 72e764e..73bb088 100644 --- a/packages/frontend/src/App.vue +++ b/packages/frontend/src/App.vue @@ -269,7 +269,7 @@ const isElementVisibleAndFocusable = (element: HTMLElement): boolean => {