메뉴 및 슬라이드 메뉴 다국어화
- 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:
@@ -171,5 +171,24 @@
|
||||
"contents": "문의내용은 필수 항목 입니다."
|
||||
}
|
||||
}
|
||||
},
|
||||
"slideMenu": {
|
||||
"title": "메뉴",
|
||||
"accountManagement": "계정 관리",
|
||||
"profileSettings": "프로필 설정",
|
||||
"changePassword": "비밀번호 변경",
|
||||
"notificationSettings": "알림 설정",
|
||||
"paymentService": "결제 서비스",
|
||||
"paymentHistory": "결제 내역",
|
||||
"refundRequest": "환불 요청",
|
||||
"paymentMethodManagement": "결제 방법 관리",
|
||||
"customerSupport": "고객 지원",
|
||||
"faq": "FAQ",
|
||||
"inquiry": "1:1 문의",
|
||||
"termsOfService": "이용약관",
|
||||
"other": "기타",
|
||||
"appInfo": "앱 정보",
|
||||
"developerInfo": "개발자 정보",
|
||||
"logout": "로그아웃"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user