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:
JiWoong Sul
2025-12-11 18:52:24 +09:00
parent 0216eb1261
commit fac7c7e6fc
5 changed files with 16 additions and 8 deletions

View File

@@ -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" }
}