공지사항 날짜 형식 변경 및 '기타' 카테고리 다국어 추가
- 공지사항 목록 날짜 형식을 '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:
@@ -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>
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -202,7 +202,8 @@
|
||||
"SERVICE_CHANGE_OR_ADDITION": "서비스변경/추가",
|
||||
"IMPORTANT": "중요",
|
||||
"IMPORTANT_NOTICE": "중요공지",
|
||||
"ADDITIONAL_SERVICE": "부가서비스"
|
||||
"ADDITIONAL_SERVICE": "부가서비스",
|
||||
"OTHERS": "기타"
|
||||
}
|
||||
},
|
||||
"faq": {
|
||||
|
||||
Reference in New Issue
Block a user