From e3097587828362e34352cf4f378c8f5a260ea700 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 19 Sep 2024 16:32:00 +0800
Subject: [PATCH] no message

---
 src/locales/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/locales/index.js b/src/locales/index.js
index 8145337..d7a2169 100644
--- a/src/locales/index.js
+++ b/src/locales/index.js
@@ -11,7 +11,7 @@
 
 Vue.use(VueI18n);
 
-const DEFAULT_LANG = window.localStorage.getItem("language") || "hi";
+const DEFAULT_LANG = window.localStorage.getItem("language") || "en";
 const LOCALE_KEY = "language";
 window.localStorage.setItem("language", DEFAULT_LANG);
 const locales = {
@@ -21,13 +21,13 @@
   hi: {
     ...india
   },
-  zh: {
+  'zh-CN': {
     ...zh
   },
   th: {
     ...ty
   },
-  fra: {
+  fr: {
     ...fra
   },
   de: {

--
Gitblit v1.9.3