feat(i18n): 사망 오버레이 번역 추가
This commit is contained in:
@@ -184,6 +184,12 @@ String get deathResurrect {
|
||||
return 'Resurrect';
|
||||
}
|
||||
|
||||
String get deathAutoResurrect {
|
||||
if (isKoreanLocale) return '자동 부활';
|
||||
if (isJapaneseLocale) return '自動復活';
|
||||
return 'Auto Resurrect';
|
||||
}
|
||||
|
||||
String get deathCombatLog {
|
||||
if (isKoreanLocale) return '전투 기록';
|
||||
if (isJapaneseLocale) return '戦闘ログ';
|
||||
|
||||
Reference in New Issue
Block a user