11
jhzh
2024-10-15 34e8c6d9fb920bae39b9271cf9594565b296e447
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 = {