feat(i18n): 아레나/명예의전당 번역 추가
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user