You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(i18n): 모듈 displayName·description 다국어 키 전환 및 언어 설정 서버 저장
- module.json: displayName·description을 i18n 키로 전환 (ledger:displayName, ledger:description)
- 번역 파일(ko/en): displayName·description 키 추가
- ModuleManifest + parseModuleJson: description 필드 추가
- GET /core/modules/me: description·displayName 응답에 포함
- AppShell: t(mod.displayName) 으로 사이드바 모듈명 번역 적용
- HomeView: 모듈 카드에 displayName·description 표시 복원
- SettingsView: 모듈 목록에 displayName·description 표시, settings-module-desc 스타일 추가
- 005_add_user_language.sql: users.language 컬럼 추가 (DEFAULT 'en')
- GET/PATCH /core/users/me/settings: 언어 설정 서버 저장·조회 API 구현
- 로그인 후 서버 언어 설정 로드, 저장 시 PATCH 호출 연동
- i18n 기본 언어 ko → en 변경
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments