1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

i18n(ko-KR): Update date and time format to comply with KS standard

Co-authored-by: NavyStack <navystack@askfront.com>
Co-authored-by: FVOCI <150913557+fvoci@users.noreply.github.com>
This commit is contained in:
fvoci 2025-03-16 16:15:29 +09:00
parent 2871dc05d8
commit 9231aad804

View file

@ -4,13 +4,13 @@ export default {
dateFns,
format: {
date: 'yyyy. M. d.',
time: 'a h:mm',
dateTime: '$t(format:date) $t(format:time)',
longDate: 'MMM d일',
longDateTime: "MMMM d일 a h:mm",
fullDate: 'yyyy년 MMM d일',
fullDateTime: "yyyy년 MMM d일 a h:mm",
date: 'yyyy년 M월 d일',
time: 'a h시 m분',
dateTime: 'yyyy년 M월 d일 a h시 m분',
longDate: 'M d일',
longDateTime: 'M월 d일 a h시 m분',
fullDate: 'yyyy년 M d일',
fullDateTime: 'yyyy년 M월 d일 a h시 m분'
},
translation: {