Skip to content

Commit

Permalink
Add Missing Placeholders for Localization
Browse files Browse the repository at this point in the history
  • Loading branch information
xsn34kzx committed Aug 7, 2024
1 parent b1b6fb9 commit 9450224
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/locales/ca-ES/achv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/locales/de/achv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions src/locales/fr/achv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions src/locales/pt_BR/achv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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": {

Expand Down

0 comments on commit 9450224

Please sign in to comment.