From a7a3ea029920b80f9757c7e7a35cd7edd898a3d6 Mon Sep 17 00:00:00 2001 From: lakejason0 <36039861+lakejason0@users.noreply.github.com> Date: Sun, 25 Dec 2022 12:31:56 +0800 Subject: [PATCH] Trying to translate wish detail item --- src/routes/wish/_detail.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/wish/_detail.svelte b/src/routes/wish/_detail.svelte index 14b5609f..fb75d4af 100644 --- a/src/routes/wish/_detail.svelte +++ b/src/routes/wish/_detail.svelte @@ -131,7 +131,7 @@
{#each banner.legendary as pull} - {pull.name} {pull.pity} + {$t(pull.name)} {pull.pity} {/each}