Skip to content

Commit 62f6d94

Browse files
authored
feat: Add shortWeekDays and shortMonths to it_IT.ts
close: #898
1 parent 26eae95 commit 62f6d94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/locale/it_IT.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ const locale: Locale = {
3030
nextDecade: 'Prossimo decennio',
3131
previousCentury: 'Secolo precedente',
3232
nextCentury: 'Prossimo secolo',
33+
shortWeekDays: ['Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'],
34+
shortMonths: ['Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'],
3335
};
3436

3537
export default locale;

0 commit comments

Comments
 (0)