Añadido importacion y exportacion de datos.

This commit is contained in:
Lil_Carpi
2025-12-04 17:45:59 +01:00
parent 4233ed559d
commit 539c8a2399
14 changed files with 160 additions and 19 deletions

View File

@@ -0,0 +1,17 @@
{
"serverUrl": "https://api.languagetool.org",
"autoCheckDelay": 3000,
"shouldAutoCheck": true,
"languageVariety": {
"en": "en-US",
"de": "de-DE",
"pt": "pt-PT",
"ca": "ca-ES"
},
"dictionary": [],
"syncDictionary": false,
"remoteDictionary": [],
"pickyMode": false,
"longCheckNotification": true,
"staticLanguage": "es-ES"
}