From 352eb392838dc2e9b044bbff8527090aedaace3d Mon Sep 17 00:00:00 2001 From: Mawoka Date: Tue, 26 Apr 2022 18:17:26 +0200 Subject: [PATCH] :globe_with_meridians: translated more strings --- frontend/src/lib/editor.svelte | 2 +- frontend/src/lib/i18n/locales/en.json | 27 +++++++++++++++++-- frontend/src/lib/navbar.svelte | 10 +++---- .../src/routes/account/reset-password.svelte | 3 +-- frontend/src/routes/account/settings.svelte | 25 +++++++++-------- frontend/src/routes/docs/attribution.svelte | 19 +++++++------ frontend/src/routes/explore.svelte | 4 ++- frontend/src/routes/index.svelte | 2 +- frontend/src/routes/search.svelte | 8 ++++-- 9 files changed, 62 insertions(+), 38 deletions(-) diff --git a/frontend/src/lib/editor.svelte b/frontend/src/lib/editor.svelte index 17a0685..2b2a06c 100644 --- a/frontend/src/lib/editor.svelte +++ b/frontend/src/lib/editor.svelte @@ -183,7 +183,7 @@ {#if imgur_links_valid}

- Not all links are imgur-links! + {$t('editor.not_all_links_imgur_links')}

{/if}