fix(i18n): VictoryOverlay 번역 및 개선
- 일본어/중국어 번역 수정 - game_text_l10n 번역 데이터 정리 - VictoryOverlay 레이아웃 개선 - GameSessionController 상태 관리 개선
This commit is contained in:
@@ -55,7 +55,7 @@ class L10nZh extends L10n {
|
||||
|
||||
@override
|
||||
String progressQuestTitle(String name) {
|
||||
return 'Progress Quest - $name';
|
||||
return 'ASCII NEVER DIE - $name';
|
||||
}
|
||||
|
||||
@override
|
||||
@@ -200,7 +200,7 @@ class L10nZh extends L10n {
|
||||
}
|
||||
|
||||
@override
|
||||
String get welcomeMessage => 'Welcome to Progress Quest!';
|
||||
String get welcomeMessage => '欢迎来到ASCII NEVER DIE!';
|
||||
|
||||
@override
|
||||
String get noSavedGames => 'No saved games found.';
|
||||
|
||||
Reference in New Issue
Block a user