mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 04:42:19 +02:00
Updated Rich_kid trainer typ to named correctly as "Rich Boy" in english and all non yet localized languages
This commit is contained in:
parent
afea0ba646
commit
e68b1336ce
@ -66,7 +66,7 @@ export const trainerClasses: SimpleTranslationEntries = {
|
|||||||
"psychic_female": "Psychic",
|
"psychic_female": "Psychic",
|
||||||
"ranger": "Ranger",
|
"ranger": "Ranger",
|
||||||
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
||||||
"rich_kid": "Rich Kid",
|
"rich_kid": "Rich Boy",
|
||||||
"roughneck": "Roughneck",
|
"roughneck": "Roughneck",
|
||||||
"scientist": "Scientist",
|
"scientist": "Scientist",
|
||||||
"scientist_female": "Scientist",
|
"scientist_female": "Scientist",
|
||||||
|
@ -66,7 +66,7 @@ export const trainerClasses: SimpleTranslationEntries = {
|
|||||||
"psychic_female": "Psychic",
|
"psychic_female": "Psychic",
|
||||||
"ranger": "Ranger",
|
"ranger": "Ranger",
|
||||||
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
||||||
"rich_kid": "Rich Kid",
|
"rich_kid": "Rich Boy",
|
||||||
"roughneck": "Roughneck",
|
"roughneck": "Roughneck",
|
||||||
"scientist": "Scientist",
|
"scientist": "Scientist",
|
||||||
"scientist_female": "Scientist",
|
"scientist_female": "Scientist",
|
||||||
|
@ -66,7 +66,7 @@ export const trainerClasses: SimpleTranslationEntries = {
|
|||||||
"psychic_female": "Psychic",
|
"psychic_female": "Psychic",
|
||||||
"ranger": "Ranger",
|
"ranger": "Ranger",
|
||||||
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
||||||
"rich_kid": "Rich Kid",
|
"rich_kid": "Rich Boy",
|
||||||
"roughneck": "Roughneck",
|
"roughneck": "Roughneck",
|
||||||
"scientist": "Scientist",
|
"scientist": "Scientist",
|
||||||
"scientist_female": "Scientist",
|
"scientist_female": "Scientist",
|
||||||
|
@ -66,7 +66,7 @@ export const trainerClasses: SimpleTranslationEntries = {
|
|||||||
"psychic_female": "Psychic",
|
"psychic_female": "Psychic",
|
||||||
"ranger": "Ranger",
|
"ranger": "Ranger",
|
||||||
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
||||||
"rich_kid": "Rich Kid",
|
"rich_kid": "Rich Boy",
|
||||||
"roughneck": "Roughneck",
|
"roughneck": "Roughneck",
|
||||||
"scientist": "Scientist",
|
"scientist": "Scientist",
|
||||||
"scientist_female": "Scientist",
|
"scientist_female": "Scientist",
|
||||||
|
Loading…
Reference in New Issue
Block a user