Commit Graph

40 Commits

Author SHA1 Message Date
Jay Sheen
52717206db Localize QNA (Q&A) support pages
Replace all hardcoded Korean text with i18n translation keys in
QNA detail and register pages. List page was already localized.

Translation keys added to en.json:
- detailLabels: title, type, registrationDate, answerDate,
  inquiryAnswer, inquiryContents
- formLabels: title, inquiryType, requesterName, phoneNumber,
  emailAddress, inquiryContents, required marker, placeholders
- submitButton, confirmButton, successMessage

Components localized:
- detail-page.tsx: All label badges for title, type, dates, and
  section titles for answer/contents
- register-page.tsx: All form field labels, placeholders, dialog
  button, success alert, and submit button

Note: list-page.tsx was already fully localized.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 12:43:22 +09:00
Jay Sheen
79bb42d2cc Localize FAQ detail page header title
Replace hardcoded Korean text '자주 묻는 질문' with dynamic
translation key using useTranslation hook.

Changes:
- Import useTranslation from react-i18next
- Replace hardcoded title with t('support.faq.title')
- Maintains consistency with FAQ list page localization

Note: FAQ list-page.tsx was already fully localized.
Translation key 'support.faq.title' already exists in en.json.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 12:40:23 +09:00
focp212@naver.com
2b9c782f46 필터 적용 완료 2025-10-30 11:15:20 +09:00
focp212@naver.com
88445ec607 support 키 변경 관련 2025-10-29 11:07:58 +09:00
focp212@naver.com
51e38e9d45 수정 2025-10-29 10:39:04 +09:00
focp212@naver.com
feaaac73f7 로그 제거 2025-10-28 11:08:50 +09:00
focp212@naver.com
d9ebc2c51f 스타일 수정 2025-10-27 17:28:57 +09:00
focp212@naver.com
fdedc3d519 페이징 방어코드 추가 2025-10-26 12:35:09 +09:00
focp212@naver.com
f4b8ee29d8 페이징 구조 수정 2025-10-26 11:28:06 +09:00
focp212@naver.com
35edb19062 페이징 처리 조건 수정 2025-10-26 11:08:53 +09:00
focp212@naver.com
c0c983be1a sort 및 페이징 2025-10-24 16:28:32 +09:00
focp212@naver.com
3a9c480f7a 페이징 구조 수정 2025-10-24 15:45:43 +09:00
focp212@naver.com
5a5aa79f2e 공지사항 2025-10-22 19:09:34 +09:00
focp212@naver.com
e857b8ac05 mid 관련 수정 2025-10-22 17:19:16 +09:00
focp212@naver.com
e2aa4f06ec 하단 간격 조정 2025-10-20 10:33:37 +09:00
focp212@naver.com
bcd0cdbb61 수정 2025-10-20 10:20:38 +09:00
focp212@naver.com
68898ad5c4 버그 픽스 2025-10-20 10:19:00 +09:00
focp212@naver.com
b2a041e130 공지사항 paging 2025-10-20 10:05:21 +09:00
focp212@naver.com
e3e4ec8b83 page update 2025-10-20 09:51:04 +09:00
focp212@naver.com
18d278465d faq 2025-10-17 17:52:36 +09:00
focp212@naver.com
0382fa8248 paging 2025-10-17 17:35:11 +09:00
focp212@naver.com
dc6d80eb81 test 2025-10-17 17:23:32 +09:00
focp212@naver.com
e00bb69832 support 2025-10-17 13:20:58 +09:00
focp212@naver.com
b47dba057f support 2025-10-17 11:17:24 +09:00
focp212@naver.com
a8a9044f00 faq 99% 2025-10-17 10:24:41 +09:00
focp212@naver.com
a07e80e60c test 2025-10-15 17:57:27 +09:00
focp212@naver.com
261d17cd30 풋터 관련 수정 2025-10-13 09:51:29 +09:00
focp212@naver.com
0480108942 스타일 수정 2025-09-22 15:48:37 +09:00
Jay Sheen
92dad13d0f FAQ/QnA 페이지 다국어 지원 및 카테고리 필터 추가
- FAQ 페이지에 카테고리 필터 및 다국어 지원 추가
- QnA 페이지에 다국어 지원 적용
- 카테고리별 번역 추가 (계약/정산/개발/운영/한도/기타)
- 검색 기능 개선 (Enter 키 지원, 포커스 관리)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 16:50:15 +09:00
Jay Sheen
2910b20974 공지사항 페이지 개선 - 카테고리 필터 및 다국어 지원
- 공지사항 리스트/상세 페이지에 다국어(i18n) 적용
- 카테고리 선택 필터 기능 추가 (전체/공지/이벤트/서비스/중요)
- 검색창 Enter 키 지원 및 한글 입력 이슈 해결
- 검색/필터 실행 시 input 포커스 자동 해제

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 10:55:09 +09:00
focp212@naver.com
00b735b918 상수 변경 2025-09-18 10:11:17 +09:00
focp212@naver.com
d1556fd77d 결제데이터통보 2025-09-16 19:48:22 +09:00
focp212@naver.com
bf26e9ff05 test 2025-09-16 17:40:27 +09:00
focp212@naver.com
cfab42b1a6 공지사항 뒤로가기 처리 2025-09-09 13:54:50 +09:00
focp212@naver.com
b760a69fef 공지사항 /홈 / 리스트 / 상세 2025-09-09 13:48:16 +09:00
focp212@naver.com
484c06fba0 qna 등록 2025-09-08 17:59:55 +09:00
focp212@naver.com
065a4fd348 qna 2025-09-08 17:14:21 +09:00
focp212@naver.com
a53edb23bc faq 추가 2025-09-08 16:30:04 +09:00
focp212@naver.com
556ea4d7f2 추가 커밋 2025-09-05 16:11:36 +09:00
focp212@naver.com
05238b04c1 첫 커밋 2025-09-05 15:36:48 +09:00