re-add string prelude

This commit is contained in:
Florian Dold 2016-11-20 23:23:58 +01:00
parent 39c51df804
commit 0949bead04

View File

@ -0,0 +1,3 @@
if (!window.i18n) {
throw Error("Module loading order incorrect, please load i18n module before loading i18n-strings");
}