Skip to content

Commit 5402bf4

Browse files
committed
feat: expose i18n instance to the global window object for easier access
1 parent c766913 commit 5402bf4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web/src/i18n/i18n.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ i18n
5252
},
5353
});
5454

55+
window.__i18n = i18n;
56+
5557
export default i18n;

0 commit comments

Comments
 (0)