From b018263b09734fb35ab3835131fe0c9a68d4a59a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2?= <123510358+NicusPulcis@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:42:16 +0200 Subject: [PATCH] [Localization(it)] Update achv.ts (#2219) Fixed a couple of achievements' names --- src/locales/it/achv.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/it/achv.ts b/src/locales/it/achv.ts index 99d2f0445bf..68ad935aed8 100644 --- a/src/locales/it/achv.ts +++ b/src/locales/it/achv.ts @@ -229,7 +229,7 @@ export const PGMachv: AchievementTranslationEntries = { name: "Forte come una roccia!", }, "MONO_BUG": { - name: "Pungi come un Beedrill", + name: "Metodo Guzma", }, "MONO_GHOST": { name: "Sono fantasmi, caro Watson", @@ -262,7 +262,7 @@ export const PGMachv: AchievementTranslationEntries = { name: "Solo una fase", }, "MONO_FAIRY": { - name: "Fatina dei denti", + name: "Follettini e follettine", }, } as const;