Localize hardcoded Korean text in download-bottom-sheet and notice-detail

- Add translation keys for download bottom sheet messages
- Replace hardcoded Korean text with translation function calls
- Add error handling for empty notice detail response
- Support multi-language functionality

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-11-10 13:41:27 +09:00
parent 213c4aac00
commit 4590efe8bb
4 changed files with 14 additions and 4 deletions

View File

@@ -50,6 +50,9 @@
"errorOccurred": "An error occurred",
"email": "Email",
"kakao": "Kakao",
"selectRequestMethod": "Please select a request method",
"noRegisteredEmail": "No registered email information.",
"addEmailAuthInfo": "Please add email authentication information from the user management menu before applying.",
"currency": {
"krw": "KRW"
}