From 766b461fe8b069a121b90b35c9fa9fb15918e471 Mon Sep 17 00:00:00 2001 From: Xyphyn Date: Mon, 7 Aug 2023 11:35:16 -0700 Subject: [PATCH] misc: fix padding --- .vscode/settings.json | 4 ++++ src/lib/i18n/en/menu.json | 8 ++++++++ src/lib/i18n/es/menu.json | 1 + src/routes/+layout.svelte | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json create mode 100644 src/lib/i18n/en/menu.json create mode 100644 src/lib/i18n/es/menu.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..cbe8ae72 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "i18n-ally.localesPaths": ["src/lib/i18n"], + "i18n-ally.keystyle": "nested" +} diff --git a/src/lib/i18n/en/menu.json b/src/lib/i18n/en/menu.json new file mode 100644 index 00000000..49cfaee0 --- /dev/null +++ b/src/lib/i18n/en/menu.json @@ -0,0 +1,8 @@ +{ + "profile": "Profile", + "inbox": "Inbox", + "saved": "Saved", + "accounts": "Switch accounts", + "about": "About", + "login": "Log in" +} diff --git a/src/lib/i18n/es/menu.json b/src/lib/i18n/es/menu.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/src/lib/i18n/es/menu.json @@ -0,0 +1 @@ +{} diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c9ab1a19..0831d260 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -50,7 +50,7 @@ >