feat(l10n): 캐릭터 생성 화면 하드코딩 텍스트 l10n 적용
- newCharacterTitle, soldButton 키 추가 (app_en.arb, app_ko.arb) - new_character_screen.dart 하드코딩 텍스트를 L10n 함수로 변경 - 관련 테스트 업데이트 (widget_test.dart, new_character_screen_test.dart) 변경 내역: - "Progress Quest - New Character" → L10n.newCharacterTitle - "Sold!" → L10n.soldButton
This commit is contained in:
@@ -242,5 +242,11 @@
|
||||
"placeholders": {
|
||||
"percent": { "type": "int" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"newCharacterTitle": "ASCII-Nara - New Character",
|
||||
"@newCharacterTitle": { "description": "New character screen title" },
|
||||
|
||||
"soldButton": "Sold!",
|
||||
"@soldButton": { "description": "Confirm character creation button" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user