feat(i18n): 아레나 관련 번역 추가
This commit is contained in:
@@ -1216,6 +1216,12 @@ String get uiHallOfFame {
|
||||
return 'Hall of Fame';
|
||||
}
|
||||
|
||||
String get uiLocalArena {
|
||||
if (isKoreanLocale) return '로컬 아레나';
|
||||
if (isJapaneseLocale) return 'ローカルアリーナ';
|
||||
return 'Local Arena';
|
||||
}
|
||||
|
||||
String get frontDescription {
|
||||
if (isKoreanLocale) return '레트로 감성의 오프라인 싱글플레이어 RPG';
|
||||
if (isJapaneseLocale) return 'レトロ感のあるオフラインシングルプレイヤーRPG';
|
||||
|
||||
Reference in New Issue
Block a user