From 24e0c26649c5303dd6cd9bc437dcd3952bfcaa1c Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Wed, 5 Oct 2022 17:43:39 +0200 Subject: [PATCH] i18n for Wish Counter page --- src/routes/wish/_counter.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/wish/_counter.svelte b/src/routes/wish/_counter.svelte index 012ba907..1534d6ae 100644 --- a/src/routes/wish/_counter.svelte +++ b/src/routes/wish/_counter.svelte @@ -461,7 +461,7 @@ : characters[pull.id].rarity === 4 ? 'text-rare-from' : 'text-primary' - }`}>{characters[pull.id].name}{$t(characters[pull.id].name)} {:else if pull.type === 'weapon'} {weaponList[pull.id].name}{$t(weaponList[pull.id].name)} {:else if pull.type === 'unknown_3_star'} Unknown