From ddc805412c905f7c05c5551033658125f2c543ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=92=A9?= <69432552+unchidev@users.noreply.github.com> Date: Sat, 8 Jun 2024 01:01:04 +0900 Subject: [PATCH] =?UTF-8?q?=E9=80=94=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index ca417e6..a702602 100644 --- a/src/App.vue +++ b/src/App.vue @@ -96,12 +96,6 @@ onMounted(async () => { } }; timerWorker.postMessage({ interval: lookahead.value }); - - if((navigator.userLanguage || navigator.language).split('-')[0] === 'ja') { - lang.value = 'ja'; - } else { - lang.value = 'en'; - } }); onUnmounted(() => {