Skip to content

Commit 05f5681

Browse files
Merge pull request charliekassel#654 from nekoromancer/master
Add ymd = true into ko.js in locale
2 parents bf28bca + 18583e2 commit 05f5681

File tree

1 file changed

+1
-0
lines changed
  • src/locale/translations

1 file changed

+1
-0
lines changed

src/locale/translations/ko.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const language = new Language(
77
['일', '월', '화', '수', '목', '금', '토']
88
)
99
language.yearSuffix = '년'
10+
language.ymd = true
1011

1112
export default language
1213
// eslint-disable-next-line

0 commit comments

Comments
 (0)