aboutsummaryrefslogtreecommitdiff
path: root/src/i18n.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-02-22 11:49:13 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-02-22 11:49:13 +0100
commit89815175a0c084f27eb5e150f59c458a74774242 (patch)
treea03cda4ea5a30685417bfe04fcc17ecb5b10fd55 /src/i18n.tsx
parent66d05038fdac611ce474ffe047c28524dad0c4ad (diff)
downloadwallet-core-89815175a0c084f27eb5e150f59c458a74774242.tar.xz
more i18n/spacing fixes
Diffstat (limited to 'src/i18n.tsx')
-rw-r--r--src/i18n.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n.tsx b/src/i18n.tsx
index 73fab27a4..dfd1528e3 100644
--- a/src/i18n.tsx
+++ b/src/i18n.tsx
@@ -44,6 +44,7 @@ if (!strings[lang]) {
const jed = new jedLib.Jed(strings[lang]);
+
/**
* Convert template strings to a msgid
*/