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:16:41 +09:00
parent 9231aad804
commit 53bb6f4424

View file

@ -6,7 +6,7 @@ export default {
format: {
date: 'yyyy년 M월 d일',
time: 'a h시 m분',
dateTime: 'yyyy년 M월 d일 a h시 m분',
dateTime: '$t(format:date) $t(format:time)',
longDate: 'M월 d일',
longDateTime: 'M월 d일 a h시 m분',
fullDate: 'yyyy년 M월 d일',