Skip to content

Commit f868c0e

Browse files
daniele-mngbjoernricks
authored andcommitted
add: Italian and Japanese locales to dayjs
1 parent 045e96f commit f868c0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gmp/models/date.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ import 'dayjs/locale/af';
2020
import 'dayjs/locale/ar';
2121
import 'dayjs/locale/de';
2222
import 'dayjs/locale/fr';
23+
import 'dayjs/locale/it';
24+
import 'dayjs/locale/ja';
2325
import 'dayjs/locale/pt-br';
2426
import 'dayjs/locale/ru';
2527
import 'dayjs/locale/tr';

0 commit comments

Comments
 (0)