From a44969eaeab38d44435f5b79f3909753eae1a9f0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 20 Jan 2024 20:47:56 -0800 Subject: feat(locale): settings framework localisation --- src/routes/settings/+page.svelte | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'src/routes') diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 77bd3869..c878f364 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -13,6 +13,7 @@ import { getNotificationsContext } from 'svelte-notifications'; import { options } from '$lib/Notification/options.js'; import tooltip from '$lib/Tooltip/tooltip'; + import { _ } from 'svelte-i18n'; export let data; @@ -32,15 +33,18 @@
Have feedback or suggestions? Send a private message to - @fuwn@fuwn on AniList!
{#if data.user === undefined}
Please log in to modify settings.
{:else} - + Your AniList notifications RSS feed URL This RSS @@ -73,19 +77,19 @@ Do not share this link with anyone! - - - + + + Debug - + {/if} -- cgit v1.2.3