4 lines
124 B
JavaScript
4 lines
124 B
JavaScript
|
if (!window.i18n) {
|
||
|
throw Error("Module loading order incorrect, please load i18n module before loading i18n-strings");
|
||
|
}
|