From 9450224c40e8c1afbdddae14d01931e0b59f5e0c Mon Sep 17 00:00:00 2001 From: xsn34kzx Date: Wed, 7 Aug 2024 11:11:03 -0400 Subject: [PATCH] Add Missing Placeholders for Localization --- src/locales/ca-ES/achv.ts | 4 ++++ src/locales/de/achv.ts | 1 + src/locales/fr/achv.ts | 4 ++++ src/locales/pt_BR/achv.ts | 4 ++++ 4 files changed, 13 insertions(+) diff --git a/src/locales/ca-ES/achv.ts b/src/locales/ca-ES/achv.ts index 6123b735c4e4..a05c8b814ab6 100644 --- a/src/locales/ca-ES/achv.ts +++ b/src/locales/ca-ES/achv.ts @@ -169,6 +169,10 @@ export const PGMachv: AchievementTranslationEntries = { name: "Undefeated", description: "Beat the game in classic mode", }, + "UNEVOLVED_CLASSIC_VICTORY": { + name: "Bring Your Child To Work Day", + description: "Beat the game in Classic Mode with at least one unevolved party member." + }, "MONO_GEN_ONE": { name: "The Original Rival", diff --git a/src/locales/de/achv.ts b/src/locales/de/achv.ts index 80100c37f2e5..3d498d048a7b 100644 --- a/src/locales/de/achv.ts +++ b/src/locales/de/achv.ts @@ -353,6 +353,7 @@ export const PGFachv: AchievementTranslationEntries = { "HIDDEN_ABILITY": PGMachv.HIDDEN_ABILITY, "PERFECT_IVS": PGMachv.PERFECT_IVS, "CLASSIC_VICTORY": PGMachv.CLASSIC_VICTORY, + "UNEVOLVED_CLASSIC_VICTORY": PGMachv.UNEVOLVED_CLASSIC_VICTORY, "MONO_GEN_ONE": PGMachv.MONO_GEN_ONE, "MONO_GEN_TWO": PGMachv.MONO_GEN_TWO, "MONO_GEN_THREE": PGMachv.MONO_GEN_THREE, diff --git a/src/locales/fr/achv.ts b/src/locales/fr/achv.ts index cc65354e1dde..5b03a1af6c4d 100644 --- a/src/locales/fr/achv.ts +++ b/src/locales/fr/achv.ts @@ -443,6 +443,10 @@ export const PGFachv: AchievementTranslationEntries = { name: "Invaincue", description: "Terminer le jeu en mode classique", }, + "UNEVOLVED_CLASSIC_VICTORY": { + name: "Bring Your Child To Work Day", + description: "Beat the game in Classic Mode with at least one unevolved party member." + }, "MONO_GEN_ONE": { name: "Le rival originel", diff --git a/src/locales/pt_BR/achv.ts b/src/locales/pt_BR/achv.ts index 86cf65c3b0b5..5874616bcdca 100644 --- a/src/locales/pt_BR/achv.ts +++ b/src/locales/pt_BR/achv.ts @@ -444,6 +444,10 @@ export const PGFachv: AchievementTranslationEntries = { name: "Invencível", description: "Vença o jogo no modo clássico", }, + "UNEVOLVED_CLASSIC_VICTORY": { + name: "Bring Your Child To Work Day", + description: "Beat the game in Classic Mode with at least one unevolved party member." + }, "MONO_GEN_ONE": {