From d6504916467511f3bc047a9421f68fd663fa19ac Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 6 Apr 2016 01:32:19 +0200 Subject: Fix i18n issues --- i18n/strings-prelude.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 i18n/strings-prelude.js (limited to 'i18n/strings-prelude.js') diff --git a/i18n/strings-prelude.js b/i18n/strings-prelude.js new file mode 100644 index 000000000..0e9ddc468 --- /dev/null +++ b/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"); +} -- cgit v1.2.3