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,
|
dateFns,
|
||||||
|
|
||||||
format: {
|
format: {
|
||||||
date: 'yyyy. M. d.',
|
date: 'yyyy년 M월 d일',
|
||||||
time: 'a h:mm',
|
time: 'a h시 m분',
|
||||||
dateTime: '$t(format:date) $t(format:time)',
|
dateTime: 'yyyy년 M월 d일 a h시 m분',
|
||||||
longDate: 'MMM d일',
|
longDate: 'M월 d일',
|
||||||
longDateTime: "MMMM d일 a h:mm",
|
longDateTime: 'M월 d일 a h시 m분',
|
||||||
fullDate: 'yyyy년 MMM d일',
|
fullDate: 'yyyy년 M월 d일',
|
||||||
fullDateTime: "yyyy년 MMM d일 a h:mm",
|
fullDateTime: 'yyyy년 M월 d일 a h시 m분'
|
||||||
},
|
},
|
||||||
|
|
||||||
translation: {
|
translation: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue