Files
Notas-Asir/.obsidian/plugins/languagetool/data.json

25 lines
490 B
JSON
Raw Normal View History

{
"serverUrl": "https://api.languagetool.org",
"autoCheckDelay": 3000,
"shouldAutoCheck": true,
"languageVariety": {
"en": "en-US",
"de": "de-DE",
"pt": "pt-PT",
"ca": "ca-ES"
},
2025-12-06 02:14:38 +01:00
"dictionary": [
2025-12-08 23:33:26 +01:00
"bash",
2025-12-10 18:50:34 +01:00
"Bash",
"Git",
2025-12-12 17:45:02 +01:00
"regex",
"subshells",
"trigger"
2025-12-06 02:14:38 +01:00
],
"syncDictionary": false,
"remoteDictionary": [],
"pickyMode": false,
"longCheckNotification": true,
"staticLanguage": "es-ES",
"disabledRules": "AGREEMENT_POSTPONED_ADJ"
}