aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ko/date/month.ts
blob: 7422db7d5bd0196f5be4dcf52ff6eea74baf8358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
export default {
  wide: [
    '10월',
    '11월',
    '12월',
    '1월',
    '2월',
    '3월',
    '4월',
    '5월',
    '6월',
    '7월',
    '8월',
    '9월',
  ],
  abbr: [
    '10월',
    '11월',
    '12월',
    '1월',
    '2월',
    '3월',
    '4월',
    '5월',
    '6월',
    '7월',
    '8월',
    '9월',
  ],
};