feat(i18n): 아레나/명예의전당 번역 추가
This commit is contained in:
@@ -1322,10 +1322,16 @@ String get hofCleared {
|
||||
return 'Cleared';
|
||||
}
|
||||
|
||||
String get hofSpells {
|
||||
if (isKoreanLocale) return '스펠';
|
||||
if (isJapaneseLocale) return 'スペル';
|
||||
return 'Spells';
|
||||
String get hofSkills {
|
||||
if (isKoreanLocale) return '스킬';
|
||||
if (isJapaneseLocale) return 'スキル';
|
||||
return 'Skills';
|
||||
}
|
||||
|
||||
String get hofNoSkills {
|
||||
if (isKoreanLocale) return '스킬 없음';
|
||||
if (isJapaneseLocale) return 'スキルなし';
|
||||
return 'No Skills';
|
||||
}
|
||||
|
||||
String get hofCombatStats {
|
||||
|
||||
Reference in New Issue
Block a user