i18n: Fix reference error for localstorage.

This commit is contained in:
Shubham Dhama 2018-05-30 23:13:49 +05:30
parent d6c2160a3d
commit b002ef26b7
1 changed files with 1 additions and 0 deletions

View File

@ -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;