diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-20 23:23:58 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-20 23:23:58 +0100 |
commit | 0949bead0455aa57e4b897a7913970fc492354b5 (patch) | |
tree | 144412ce095b9279a5dc312770f355510b0d8e62 /src | |
parent | 39c51df80471d2f965d81c765996de77168a2ff0 (diff) |
re-add string prelude
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n/strings-prelude.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n/strings-prelude.js b/src/i18n/strings-prelude.js new file mode 100644 index 000000000..0e9ddc468 --- /dev/null +++ b/src/i18n/strings-prelude.js @@ -0,0 +1,3 @@ +if (!window.i18n) { + throw Error("Module loading order incorrect, please load i18n module before loading i18n-strings"); +} |