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:
parent
2871dc05d8
commit
9231aad804
1 changed files with 7 additions and 7 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue