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 3167b54 commit c4e9fddCopy full SHA for c4e9fdd
core/src/locale/it.ts
@@ -4,7 +4,7 @@ import type { Localization } from './types'
4
* French localization generated with GPT-4
5
*/
6
const locale: Localization = {
7
- '*': {
+ '*': {
8
prefix: 'Tutti',
9
suffix: '',
10
text: 'Sconosciuto',
docs/src/.vuepress/components/cron-demo.vue
@@ -124,6 +124,10 @@ export default {
124
name: 'Korean',
125
value: 'ko',
126
},
127
+ {
128
+ name: 'Italian',
129
+ value: 'it',
130
+ },
131
]
132
locales.sort((a, b) => a.name.localeCompare(b.name))
133
0 commit comments