[i18n] [Localization] Translatable Manaphy Egg Tier (#6038)

Translatable Manaphy Egg Tier
This commit is contained in:
Lugiad 2025-06-27 04:04:14 +02:00 committed by GitHub
parent 25757ca649
commit 40a92df190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -294,7 +294,7 @@ export class Egg {
public getEggDescriptor(): string {
if (this.isManaphyEgg()) {
return "Manaphy";
return i18next.t("egg:manaphyTier");
}
switch (this.tier) {
case EggTier.RARE: