@cspell/dict-de-de
Advanced tools
Comparing version 2.1.1 to 3.0.0
@@ -11,3 +11,30 @@ { | ||
"path": "./de_DE.trie.gz", | ||
"description": "German (de-DE) Dictionary." | ||
"description": "German (de-DE) Dictionary.", | ||
"repMap": [ | ||
["ae", "ä"], | ||
["oe", "ö"], | ||
["ue", "ü"], | ||
["Ae", "Ä"], | ||
["Oe", "Ö"], | ||
["Ue", "Ü"], | ||
["ss", "ß"] | ||
], | ||
"dictionaryInformation": { | ||
"locale": "de_DE", | ||
"alphabet": "a-zA-ZäüößáéêàâñÄÜÖÉ", | ||
"suggestionEditCosts": [ | ||
{ | ||
"map": "(ae)ä|(oe)ö|(ue)ü(Ae)Ä|(Oe)Ö|(Ue)Ü|(ss)ß", | ||
"replace": 0 | ||
}, | ||
{ | ||
"map": "eéèëê|aáà|iíìïî|oóòöô|uüúùû|(ij)(ij)(IJ)(IJ)", | ||
"replace": 1 | ||
}, | ||
{ | ||
"map": "(ah)a|(ch)k|(ee)e|(eh)e|(ph)f|(th)t|dt|i(ie)|o(oh)|r(rh)|s(ss)|t(th)", | ||
"replace": 50 | ||
} | ||
] | ||
} | ||
} | ||
@@ -14,0 +41,0 @@ ], |
{ | ||
"name": "@cspell/dict-de-de", | ||
"version": "2.1.1", | ||
"version": "3.0.0", | ||
"description": "German dictionary for cspell.", | ||
@@ -57,3 +57,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7f0666a869ffeef44c755f30ec61b5a4043772d7" | ||
"gitHead": "61289d1621bd7c5d2cccc763acf3ca49b8ca28a1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2277432
51