|
1 |
| -import { t } from 'i18next'; |
2 |
| - |
3 | 1 | const months = [
|
4 |
| - t('components:monthPicker.months.january'), |
5 |
| - t('components:monthPicker.months.february'), |
6 |
| - t('components:monthPicker.months.march'), |
7 |
| - t('components:monthPicker.months.april'), |
8 |
| - t('components:monthPicker.months.may'), |
9 |
| - t('components:monthPicker.months.june'), |
10 |
| - t('components:monthPicker.months.july'), |
11 |
| - t('components:monthPicker.months.august'), |
12 |
| - t('components:monthPicker.months.september'), |
13 |
| - t('components:monthPicker.months.october'), |
14 |
| - t('components:monthPicker.months.november'), |
15 |
| - t('components:monthPicker.months.december'), |
16 |
| -]; |
| 2 | + 'components:monthPicker.months.january', |
| 3 | + 'components:monthPicker.months.february', |
| 4 | + 'components:monthPicker.months.march', |
| 5 | + 'components:monthPicker.months.april', |
| 6 | + 'components:monthPicker.months.may', |
| 7 | + 'components:monthPicker.months.june', |
| 8 | + 'components:monthPicker.months.july', |
| 9 | + 'components:monthPicker.months.august', |
| 10 | + 'components:monthPicker.months.september', |
| 11 | + 'components:monthPicker.months.october', |
| 12 | + 'components:monthPicker.months.november', |
| 13 | + 'components:monthPicker.months.december', |
| 14 | +] as const; |
17 | 15 |
|
18 | 16 | export default months;
|
0 commit comments