Updated 24 files to resolve 111 TypeScript compilation errors by:
- Updating imports from direct constant exports to getter functions
- Adding i18n support with useTranslation hook
- Fixing curried function calls to use translation function parameter
- Adding explicit type annotations to map callbacks
All filter components, list wrappers, and page components now properly
use internationalized getter functions for status text and button groups.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 안면인증 페이지 다국어화
* 헤더 타이틀: 안면인증 → Face Authentication
* 검색옵션, 다운로드 버튼 aria-label 및 alt 텍스트
* 정렬 옵션: 최신순/오래된순
- 공통 번역 키 추가
* common.latest: 최신순 / Latest
* common.oldest: 오래된순 / Oldest
- 번역 키 추가: faceAuth 네임스페이스
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>