공지사항 페이지 개선 - 카테고리 필터 및 다국어 지원
- 공지사항 리스트/상세 페이지에 다국어(i18n) 적용 - 카테고리 선택 필터 기능 추가 (전체/공지/이벤트/서비스/중요) - 검색창 Enter 키 지원 및 한글 입력 이슈 해결 - 검색/필터 실행 시 input 포커스 자동 해제 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -74,5 +74,18 @@
|
||||
"status": "Status",
|
||||
"completed": "Completed",
|
||||
"failed": "Failed"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"notice": {
|
||||
"title": "Notice",
|
||||
"searchPlaceholder": "Enter search keyword",
|
||||
"categories": {
|
||||
"ALL": "All",
|
||||
"NOTICE": "Notice",
|
||||
"EVENT": "Event",
|
||||
"SERVICE": "Service",
|
||||
"IMPORTANT": "Important"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user