메뉴 및 슬라이드 메뉴 다국어화
- 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:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user