mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
[i18n] [Localization] Translatable Manaphy Egg Tier (#6038)
Translatable Manaphy Egg Tier
This commit is contained in:
parent
25757ca649
commit
40a92df190
@ -294,7 +294,7 @@ export class Egg {
|
|||||||
|
|
||||||
public getEggDescriptor(): string {
|
public getEggDescriptor(): string {
|
||||||
if (this.isManaphyEgg()) {
|
if (this.isManaphyEgg()) {
|
||||||
return "Manaphy";
|
return i18next.t("egg:manaphyTier");
|
||||||
}
|
}
|
||||||
switch (this.tier) {
|
switch (this.tier) {
|
||||||
case EggTier.RARE:
|
case EggTier.RARE:
|
||||||
|
Loading…
Reference in New Issue
Block a user