feat(i18n): 아레나 관련 번역 추가

This commit is contained in:
JiWoong Sul
2026-01-06 17:55:16 +09:00
parent 8cd09b9f86
commit cfa60f11d1

View File

@@ -1216,6 +1216,12 @@ String get uiHallOfFame {
return 'Hall of Fame'; return 'Hall of Fame';
} }
String get uiLocalArena {
if (isKoreanLocale) return '로컬 아레나';
if (isJapaneseLocale) return 'ローカルアリーナ';
return 'Local Arena';
}
String get frontDescription { String get frontDescription {
if (isKoreanLocale) return '레트로 감성의 오프라인 싱글플레이어 RPG'; if (isKoreanLocale) return '레트로 감성의 오프라인 싱글플레이어 RPG';
if (isJapaneseLocale) return 'レトロ感のあるオフラインシングルプレイヤーRPG'; if (isJapaneseLocale) return 'レトロ感のあるオフラインシングルプレイヤーRPG';