diff --git a/lib/data/game_text_l10n.dart b/lib/data/game_text_l10n.dart index 1fac3e9..3f37a20 100644 --- a/lib/data/game_text_l10n.dart +++ b/lib/data/game_text_l10n.dart @@ -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 '戦闘ログ';