From 646c9018f2abad07fa701e2285af7a0bc5388110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2?= <123510358+NicusPulcis@users.noreply.github.com> Date: Sun, 16 Jun 2024 04:04:10 +0200 Subject: [PATCH] [Localization(it)] Update pokeball.ts (#2270) Fixed a wrong translation --- src/locales/it/pokeball.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/it/pokeball.ts b/src/locales/it/pokeball.ts index a07e4c2ca7d..ad43c652478 100644 --- a/src/locales/it/pokeball.ts +++ b/src/locales/it/pokeball.ts @@ -6,5 +6,5 @@ export const pokeball: SimpleTranslationEntries = { "ultraBall": "Ultra Ball", "rogueBall": "Rogue Ball", "masterBall": "Master Ball", - "luxuryBall": "Chich Ball", + "luxuryBall": "Chic Ball", } as const;