Fix missing window.i18n
This commit is contained in:
parent
07bad13fa1
commit
de1268f8fd
2 changed files with 3 additions and 1 deletions
|
@ -13,3 +13,5 @@ export const i18n = setupI18n(
|
|||
window.SignalContext.getI18nLocale(),
|
||||
window.SignalContext.getI18nLocaleMessages()
|
||||
);
|
||||
|
||||
window.i18n = i18n;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue