메뉴 및 슬라이드 메뉴 다국어화

- MenuItems에 영문 메뉴명(menuNameEng) 추가
- MenuCategory 컴포넌트에 i18n 적용하여 언어별 메뉴 표시
- SlideMenu 컴포넌트 다국어 지원 추가
- ko.json, en.json에 slideMenu 번역 키 추가

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-10-29 15:22:55 +09:00
parent 7c0da1cd8e
commit 0c40d2150c
5 changed files with 114 additions and 54 deletions

View File

@@ -166,5 +166,24 @@
"contents": "Contents is Required."
}
}
},
"slideMenu": {
"title": "Menu",
"accountManagement": "Account Management",
"profileSettings": "Profile Settings",
"changePassword": "Change Password",
"notificationSettings": "Notification Settings",
"paymentService": "Payment Service",
"paymentHistory": "Payment History",
"refundRequest": "Refund Request",
"paymentMethodManagement": "Payment Method Management",
"customerSupport": "Support",
"faq": "FAQ",
"inquiry": "Q&A",
"termsOfService": "Terms of Service",
"other": "Other",
"appInfo": "App Info",
"developerInfo": "Developer Info",
"logout": "Logout"
}
}