taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 0949bead0455aa57e4b897a7913970fc492354b5
parent 39c51df80471d2f965d81c765996de77168a2ff0
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 20 Nov 2016 23:23:58 +0100

re-add string prelude

Diffstat:
Asrc/i18n/strings-prelude.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/i18n/strings-prelude.js 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"); +}