From 665c1d80726ce2ffdf0020de9c4dd293ccbee849 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 16 Nov 2016 10:23:42 +0100 Subject: add JSX classes for translation --- playground/animation.html | 6 +- playground/contract.html | 7 +- src/i18n.ts | 205 ---------------------------------------------- tsconfig.json | 8 +- 4 files changed, 10 insertions(+), 216 deletions(-) delete mode 100644 src/i18n.ts diff --git a/playground/animation.html b/playground/animation.html index eec913c65..893276b3f 100644 --- a/playground/animation.html +++ b/playground/animation.html @@ -2,11 +2,11 @@ Spinner playground - +
- +

@@ -17,7 +17,7 @@ defaultJSExtensions: true, }); - System.import("../lib/wallet/chromeBadge") + System.import("/src/chromeBadge") .then((badge) => { let b = new badge.ChromeBadge(window); window.badge = b; diff --git a/playground/contract.html b/playground/contract.html index 3bc7d3480..20365aac8 100644 --- a/playground/contract.html +++ b/playground/contract.html @@ -3,9 +3,8 @@ Contract playground - - - + +