feat: expose i18n instance to the global window object for easier access

This commit is contained in:
CaIon
2026-03-27 00:50:55 +08:00
parent c766913baf
commit 5402bf417d
+2
View File
@@ -52,4 +52,6 @@ i18n
},
});
window.__i18n = i18n;
export default i18n;