Update SpellCheck.plugin.js
This commit is contained in:
parent
428dcfb0e0
commit
bdc8154818
|
@ -71,14 +71,14 @@ module.exports = (_ => {
|
|||
|
||||
this.defaults = {
|
||||
general: {
|
||||
downloadDictionary: {value: false, description: "Use local dictionary file (downloads dictionary on first usage)"}
|
||||
downloadDictionary: {value: false, description: "Use local Dictionary File (downloads Dictionary on first Usage)"}
|
||||
},
|
||||
choices: {
|
||||
dictionaryLanguage: {value: "en", force: true, description: "Primary Language: "},
|
||||
secondaryLanguage: {value: "-", force: false, description: "Secondary Language: "}
|
||||
dictionaryLanguage: {value: "en", force: true, description: "Primary Language"},
|
||||
secondaryLanguage: {value: "-", force: false, description: "Secondary Language"}
|
||||
},
|
||||
amounts: {
|
||||
maxSimilarAmount: {value: 6, min: 1, max: 30, description: "Maximal Amount of suggested Words: "}
|
||||
maxSimilarAmount: {value: 6, min: 1, max: 30, description: "Maximal Amount of suggested Words"}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue