taler-typescript-core

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

commit fefdc4dd818f512807ce96d2864bf4e1b62ec0c8
parent 42eb17e7e021476227b846d45cc43409aa451b6e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 22 Feb 2018 11:14:17 +0100

do fix language to Swedish ;-)

Diffstat:
Msrc/i18n.tsx | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/i18n.tsx b/src/i18n.tsx @@ -41,8 +41,6 @@ if (!strings[lang]) { console.log(`language ${lang} not found, defaulting to english`); } -lang = "sv"; - const jed = new jedLib.Jed(strings[lang]);