From 410baea0e0e5a74350adc5291cf23cb79ad30daa Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 10 Jul 2025 14:36:06 +0800
Subject: [PATCH] 11
---
src/locales/index.js | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/locales/index.js b/src/locales/index.js
index 8145337..bacd4db 100644
--- a/src/locales/index.js
+++ b/src/locales/index.js
@@ -10,8 +10,7 @@
import fra from "@/locales/fra.json";
Vue.use(VueI18n);
-
-const DEFAULT_LANG = window.localStorage.getItem("language") || "hi";
+const DEFAULT_LANG = window.localStorage.getItem("language") || "ja";
const LOCALE_KEY = "language";
window.localStorage.setItem("language", DEFAULT_LANG);
const locales = {
@@ -21,13 +20,13 @@
hi: {
...india
},
- zh: {
+ 'zh-CN': {
...zh
},
th: {
...ty
},
- fra: {
+ fr: {
...fra
},
de: {
--
Gitblit v1.9.3