Commit 5402bf41 by CaIon

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

parent c766913b
...@@ -52,4 +52,6 @@ i18n ...@@ -52,4 +52,6 @@ i18n
}, },
}); });
window.__i18n = i18n;
export default i18n; export default i18n;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment