From c5e4facffa19578db95315d53bd0befc936016e4 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 7 Apr 2021 20:52:55 +0200 Subject: [PATCH] i18n run --- .vscode/settings.json | 3 ++- src/Beamershow.svelte | 44 +++++++++++++++++++++---------------------- src/Login.svelte | 2 +- src/Settings.svelte | 4 ++-- src/locales/de.json | 16 +++++++++++++++- src/locales/en.json | 16 +++++++++++++++- 6 files changed, 57 insertions(+), 28 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 30ffe0b..b8d098d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "i18n-ally.localesPaths": "src/locales", - "i18n-ally.keystyle": "nested" + "i18n-ally.keystyle": "nested", + "i18n-ally.sourceLanguage": "de" } \ No newline at end of file diff --git a/src/Beamershow.svelte b/src/Beamershow.svelte index 905a2ca..2d66018 100644 --- a/src/Beamershow.svelte +++ b/src/Beamershow.svelte @@ -1,7 +1,7 @@