@cspell/dict-it-it
Version:
Italian dictionary for cspell.
31 lines (30 loc) • 896 B
JSON
{
"id": "it-it",
"name": "Italian",
"description": "Italian dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "it-it",
"path": "./dict/it-it.trie",
"description": "Italian dictionary.",
"dictionaryInformation": {
"locale": "it-IT",
"alphabet": "a-zA-ZàòéùèìÙÀÒÈÌÉ",
"suggestionEditCosts": [
{
"map": "AÀÂÄÅ|CÇ|EÈÉÊË|IÎÏ|OÔÖ|UÙÛÜ|aàáâãä|(ae)æ|cç|eèéêë|iíîï|nñń|oóôö|uùûü|yÿ|Œ(OE)|sś|(oe)œ",
"replace": 1
}
]
}
}
],
"languageSettings": [
{
"languageId": "*",
"locale": "it,it-IT",
"dictionaries": ["it-it"]
}
]
}