Fix english names of monotype achievements (#2078)

This commit is contained in:
Xavion3 2024-06-12 02:59:15 +10:00 committed by GitHub
parent a0a42ed2ec
commit 2aa6ec5031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 14 deletions

View File

@ -211,58 +211,58 @@ export const PGMachv: AchievementTranslationEntries = {
description: "Complete the {{type}} monotype challenge.",
},
"MONO_NORMAL": {
name: "Mono NORMAL",
name: "Extra Ordinary",
},
"MONO_FIGHTING": {
name: "I Know Kung Fu",
},
"MONO_FLYING": {
name: "Mono FLYING",
name: "Angry Birds",
},
"MONO_POISON": {
name: "Kanto's Favourite",
},
"MONO_GROUND": {
name: "Mono GROUND",
name: "Forecast: Earthquakes",
},
"MONO_ROCK": {
name: "Brock Hard",
},
"MONO_BUG": {
name: "Sting Like A Beedrill",
name: "You Like Jazz?",
},
"MONO_GHOST": {
name: "Who you gonna call?",
name: "Who You Gonna Call?",
},
"MONO_STEEL": {
name: "Mono STEEL",
name: "Iron Giant",
},
"MONO_FIRE": {
name: "Mono FIRE",
name: "I Cast Fireball!",
},
"MONO_WATER": {
name: "When It Rains, It Pours",
},
"MONO_GRASS": {
name: "Mono GRASS",
name: "Can't Touch This",
},
"MONO_ELECTRIC": {
name: "Mono ELECTRIC",
name: "Aim For The Horn!",
},
"MONO_PSYCHIC": {
name: "Mono PSYCHIC",
name: "Big Brain Energy",
},
"MONO_ICE": {
name: "Mono ICE",
name: "Walking On Thin Ice",
},
"MONO_DRAGON": {
name: "Mono DRAGON",
name: "Pseudo-Legend Club",
},
"MONO_DARK": {
name: "It's just a phase",
name: "It's Just A Phase",
},
"MONO_FAIRY": {
name: "Mono FAIRY",
name: "Hey! Listen!",
},
} as const;