From 78bead88cf47e86b97bb33a69080adaa694f41ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Tue, 10 Jun 2025 16:23:55 +0800 Subject: [PATCH] Add translations into the login system (Also commiting the settings window to test in prod) --- components/app/windows/settings.vue | 34 ++++++++++++++++++++++++++++- i18n/locales/en.json | 4 +++- i18n/locales/zh-tw.json | 4 +++- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/components/app/windows/settings.vue b/components/app/windows/settings.vue index 2977b23..6e205a9 100644 --- a/components/app/windows/settings.vue +++ b/components/app/windows/settings.vue @@ -174,7 +174,39 @@ const submitUserPassword = async () => { };