Skip to content

Commit c4e9fdd

Browse files
committed
docs: Add Italian to demo
1 parent 3167b54 commit c4e9fdd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/src/locale/it.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Localization } from './types'
44
* French localization generated with GPT-4
55
*/
66
const locale: Localization = {
7-
'*': {
7+
'*': {
88
prefix: 'Tutti',
99
suffix: '',
1010
text: 'Sconosciuto',

docs/src/.vuepress/components/cron-demo.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ export default {
124124
name: 'Korean',
125125
value: 'ko',
126126
},
127+
{
128+
name: 'Italian',
129+
value: 'it',
130+
},
127131
]
128132
locales.sort((a, b) => a.name.localeCompare(b.name))
129133

0 commit comments

Comments
 (0)