FAQ/QnA 페이지 다국어 지원 및 카테고리 필터 추가

- FAQ 페이지에 카테고리 필터 및 다국어 지원 추가
- QnA 페이지에 다국어 지원 적용
- 카테고리별 번역 추가 (계약/정산/개발/운영/한도/기타)
- 검색 기능 개선 (Enter 키 지원, 포커스 관리)

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-09-18 16:49:57 +09:00
parent 630970138d
commit 92dad13d0f
4 changed files with 124 additions and 31 deletions

View File

@@ -86,6 +86,35 @@
"SERVICE": "Service",
"IMPORTANT": "Important"
}
},
"faq": {
"title": "Frequently Asked Questions",
"searchPlaceholder": "Enter search keyword",
"all": "All",
"inquiryButton": "Contact Support",
"categories": {
"all": "All",
"01": "Contract",
"02": "Settlement",
"03": "Development",
"04": "Operations",
"05": "Limit",
"99": "Other"
}
},
"qna": {
"title": "Support Inquiry",
"merchant": "Merchant",
"all": "All",
"inquiryButton": "Submit Inquiry",
"categories": {
"all": "All",
"01": "Contract",
"02": "Settlement",
"03": "Development",
"04": "Operations",
"05": "Limit"
}
}
}
}

View File

@@ -86,6 +86,35 @@
"SERVICE": "서비스",
"IMPORTANT": "중요"
}
},
"faq": {
"title": "자주 묻는 질문",
"searchPlaceholder": "검색어를 입력하세요",
"all": "전체",
"inquiryButton": "1:1 문의하기",
"categories": {
"all": "모두",
"01": "계약",
"02": "정산",
"03": "개발",
"04": "운영",
"05": "한도",
"99": "기타"
}
},
"qna": {
"title": "1:1 문의",
"merchant": "가맹점",
"all": "전체",
"inquiryButton": "1:1 문의하기",
"categories": {
"all": "모두",
"01": "계약",
"02": "정산",
"03": "개발",
"04": "운영",
"05": "한도"
}
}
}
}