We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26eae95 commit 62f6d94Copy full SHA for 62f6d94
src/locale/it_IT.ts
@@ -30,6 +30,8 @@ const locale: Locale = {
30
nextDecade: 'Prossimo decennio',
31
previousCentury: 'Secolo precedente',
32
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'],
35
};
36
37
export default locale;
0 commit comments