From 5e1ac6260f415a35b30ab3006977b4e4a0bf1fdc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Jan 2024 08:35:33 -0800 Subject: feat(locale): localise media lists --- src/lib/List/Manga/CleanMangaList.svelte | 9 ++++++++- src/lib/List/Manga/MangaListTemplate.svelte | 17 +++++++++++------ 2 files changed, 19 insertions(+), 7 deletions(-) (limited to 'src/lib/List/Manga') diff --git a/src/lib/List/Manga/CleanMangaList.svelte b/src/lib/List/Manga/CleanMangaList.svelte index aa996547..e14e03f0 100644 --- a/src/lib/List/Manga/CleanMangaList.svelte +++ b/src/lib/List/Manga/CleanMangaList.svelte @@ -17,6 +17,7 @@ import proxy from '$lib/Utility/proxy'; import Loading from '$lib/Utility/Loading.svelte'; import root from '$lib/Utility/root'; + import locale from '$stores/locale'; export let media: Media[]; export let cleanCache: () => void; @@ -39,7 +40,13 @@ {#if authorised} - +