dcc
2025-03-25 adaa4c5f440a1dacb0b0ffcb451923fc74bdc5f8
默认语言修改
1 files modified
2 ■■■ changed files
src/locales/index.js 2 ●●● patch | view | raw | blame | history
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 = {