We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eda148 commit cbb49d2Copy full SHA for cbb49d2
src/LangDic.js
@@ -103,5 +103,26 @@ export default {
103
'th':'Donnerstag',
104
'fr':'Freitag',
105
'sa':'Samstag'
106
+ },
107
+ 'ko' : { // Korean
108
+ 'january':'1월',
109
+ 'february':'2월',
110
+ 'march':'3월',
111
+ 'april':'4월',
112
+ 'may':'5월',
113
+ 'june':'6월',
114
+ 'july':'7월',
115
+ 'august':'8월',
116
+ 'september':'9월',
117
+ 'october':'10월',
118
+ 'november':'11월',
119
+ 'december':'12월',
120
+ 'su':'일',
121
+ 'mo':'월',
122
+ 'tu':'화',
123
+ 'we':'수',
124
+ 'th':'목',
125
+ 'fr':'금',
126
+ 'sa':'토'
127
}
128
0 commit comments