공지사항 날짜 형식 변경 및 '기타' 카테고리 다국어 추가

- 공지사항 목록 날짜 형식을 'YYYY.MM.DD'로 통일 (시간 제거)
- 공지사항 카테고리 'OTHERS' 다국어 지원 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-11-21 19:01:27 +09:00
parent 8188228728
commit f07a8e2be4
3 changed files with 5 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ export const SupportNoticeItem = ({
<div className="notice-txt">
<div className="notice-title-114">{ noticeItem.title }</div>
<div className="notice-meta-114">
<span className="blue">{ t(`support.notice.categories.${noticeItem.informCl}`) }</span> <span>{ noticeItem.regDt? moment(noticeItem.regDt).format('YYYY.MM.DD HH:mm:ss'): '' }</span>
<span className="blue">{ t(`support.notice.categories.${noticeItem.informCl}`) }</span> <span>{ noticeItem.regDt? moment(noticeItem.regDt).format('YYYY.MM.DD'): '' }</span>
</div>
</div>
</div>

View File

@@ -202,7 +202,8 @@
"MAINTENANCE_NOTICE": "Maintenance Notice",
"SERVICE_CHANGE_OR_ADDITION": "Service Change or Addition",
"IMPORTANT_NOTICE": "Important Notice",
"ADDITIONAL_SERVICE": "Additional Service"
"ADDITIONAL_SERVICE": "Additional Service",
"OTHERS": "Others"
}
},
"faq": {

View File

@@ -202,7 +202,8 @@
"SERVICE_CHANGE_OR_ADDITION": "서비스변경/추가",
"IMPORTANT": "중요",
"IMPORTANT_NOTICE": "중요공지",
"ADDITIONAL_SERVICE": "부가서비스"
"ADDITIONAL_SERVICE": "부가서비스",
"OTHERS": "기타"
}
},
"faq": {