Skip to content

Commit 91de7f1

Browse files
committed
chore: remove unused vacations i18n keys
1 parent eb9628d commit 91de7f1

1 file changed

Lines changed: 0 additions & 102 deletions

File tree

i18n/schema.json

Lines changed: 0 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -3601,108 +3601,6 @@
36013601
},
36023602
"additionalProperties": false
36033603
},
3604-
"vacations": {
3605-
"type": "object",
3606-
"properties": {
3607-
"title": {
3608-
"type": "string"
3609-
},
3610-
"meta_description": {
3611-
"type": "string"
3612-
},
3613-
"heading": {
3614-
"type": "string"
3615-
},
3616-
"subtitle": {
3617-
"type": "string"
3618-
},
3619-
"illustration_alt": {
3620-
"type": "string"
3621-
},
3622-
"poke_log": {
3623-
"type": "string"
3624-
},
3625-
"what": {
3626-
"type": "object",
3627-
"properties": {
3628-
"title": {
3629-
"type": "string"
3630-
},
3631-
"p1": {
3632-
"type": "string"
3633-
},
3634-
"dates": {
3635-
"type": "string"
3636-
},
3637-
"p2": {
3638-
"type": "string"
3639-
},
3640-
"garden": {
3641-
"type": "string"
3642-
}
3643-
},
3644-
"additionalProperties": false
3645-
},
3646-
"meantime": {
3647-
"type": "object",
3648-
"properties": {
3649-
"title": {
3650-
"type": "string"
3651-
},
3652-
"p1": {
3653-
"type": "string"
3654-
},
3655-
"repo_link": {
3656-
"type": "string"
3657-
}
3658-
},
3659-
"additionalProperties": false
3660-
},
3661-
"return": {
3662-
"type": "object",
3663-
"properties": {
3664-
"title": {
3665-
"type": "string"
3666-
},
3667-
"p1": {
3668-
"type": "string"
3669-
},
3670-
"social_link": {
3671-
"type": "string"
3672-
}
3673-
},
3674-
"additionalProperties": false
3675-
},
3676-
"stats": {
3677-
"type": "object",
3678-
"properties": {
3679-
"contributors": {
3680-
"type": "string"
3681-
},
3682-
"commits": {
3683-
"type": "string"
3684-
},
3685-
"pr": {
3686-
"type": "string"
3687-
},
3688-
"subtitle": {
3689-
"type": "object",
3690-
"properties": {
3691-
"some": {
3692-
"type": "string"
3693-
},
3694-
"all": {
3695-
"type": "string"
3696-
}
3697-
},
3698-
"additionalProperties": false
3699-
}
3700-
},
3701-
"additionalProperties": false
3702-
}
3703-
},
3704-
"additionalProperties": false
3705-
},
37063604
"$schema": {
37073605
"type": "string"
37083606
}

0 commit comments

Comments
 (0)