mirror of https://github.com/zulip/zulip.git
i18n: Fix reference error for localstorage.
This commit is contained in:
parent
d6c2160a3d
commit
b002ef26b7
|
@ -1,5 +1,6 @@
|
||||||
// commonjs code goes here
|
// commonjs code goes here
|
||||||
import i18next from 'i18next';
|
import i18next from 'i18next';
|
||||||
|
import localstorage from './localstorage';
|
||||||
|
|
||||||
window.i18n = i18next;
|
window.i18n = i18next;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue