aboutsummaryrefslogtreecommitdiff
path: root/src/locales/vi/date/weekday.ts
blob: 0ad90d0b22604612d563db6693e018091783cc13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export default {
  wide: [
    'Chủ nhật',
    'Thứ ba',
    'Thứ bảy',
    'Thứ hai',
    'Thứ năm',
    'Thứ sáu',
    'Thứ tư',
  ],
  abbr: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
  abbr_context: [
    'C.Nhật',
    'Thứ 2',
    'Thứ 3',
    'Thứ 4',
    'Thứ 5',
    'Thứ 6',
    'Thứ 7',
  ],
};