d0602dae1c5ff6752a307323ba2e8dc42ce80f18
Replace all hardcoded Korean text with i18n translation keys in common bottom sheet components for email selection and download type selection. Components localized: - email-bottom-sheet: Title, image save label, receive by email label, image requested snackbar message, close button alt, request button - download-type-bottom-sheet: Title, download method selection labels, image/email alt texts, close button alt Translation keys added to en.json: - selectEmailAddress: "Select Email Address" - imageSave: "Save as Image" - receiveByEmail: "Receive by Email" - mail: "Mail" - image: "Image" - request: "Request" - imageRequested: "Image has been requested." - selectDownloadMethod: "Select Download Method" All bottom sheet UI text now supports internationalization. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
웹 프론트엔드 개발 환경
1. 개발 환경
- Vite: 빠른 개발 서버 및 번들러
- TypeScript: 정적 타입 지원
- ESLint: 코드 린팅(정적 분석)
- Prettier: 코드 포매터
2. UI/UX
- TailwindCSS: 유틸리티 기반 CSS 프레임워크
- react-i18next: 다국어(i18n) 지원
3. 네트워킹 & 데이터
- Axios: HTTP 클라이언트
- openapi-typescript 또는 Orval: OpenAPI 기반 API 타입/클라이언트 코드 자동 생성
- TanStack/React Query: 서버 상태 관리 및 데이터 패칭
4. 네비게이션 & 라우팅
- TanStack/React Router: SPA 라우팅
5. 상태 관리
- Zustand: 클라이언트/로컬 상태 관리
- TanStack/React Query: 서버 상태 관리
Description
Languages
TypeScript
89%
CSS
9%
HTML
0.8%
JavaScript
0.8%
Makefile
0.3%