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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/locales/index.js b/src/locales/index.js
index ddda4eb..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 = {
--
Gitblit v1.9.3