알림함 페이지 및 컴포넌트 다국어화 완료
- 알림함 페이지 다국어화
* 헤더 타이틀: 알림함 → Notifications
* 전체 탭 버튼 다국어화
- 알림 컴포넌트 다국어화
* alarm-list: 90일 보관 안내 메시지
* alarm-item: 바로가기 alt 텍스트 (파라미터 지원)
- 번역 키 추가: alarm 네임스페이스 4개 키
* title, all, retentionNotice, goTo
- 파라미터화된 번역 지원 ({{category}})
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -123,7 +123,7 @@ export const AlarmList = ({
|
||||
{ getAlarmItems() }
|
||||
</div>
|
||||
<div ref={ setTarget }></div>
|
||||
<div className="notice-alert">※ 알림은 90일간 보관 후 삭제됩니다.</div>
|
||||
<div className="notice-alert">{t('alarm.retentionNotice')}</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user