feat(i18n): 아레나/명예의전당 번역 추가

This commit is contained in:
JiWoong Sul
2026-01-07 20:22:04 +09:00
parent 307007e164
commit d63463a677

View File

@@ -1322,10 +1322,16 @@ String get hofCleared {
return 'Cleared'; return 'Cleared';
} }
String get hofSpells { String get hofSkills {
if (isKoreanLocale) return ''; if (isKoreanLocale) return '';
if (isJapaneseLocale) return ''; if (isJapaneseLocale) return '';
return 'Spells'; return 'Skills';
}
String get hofNoSkills {
if (isKoreanLocale) return '스킬 없음';
if (isJapaneseLocale) return 'スキルなし';
return 'No Skills';
} }
String get hofCombatStats { String get hofCombatStats {