Better documentation of remote grammar checker settings (2)

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I68c0d8f59197c8c8d5dc84522ea6363644ed8c97
pull/5824/head
Andras Timar 2023-02-11 00:02:24 +01:00
parent 78a1b062b2
commit 4ec5c9e8b7
1 changed files with 5 additions and 5 deletions

View File

@ -10,10 +10,10 @@
<allowed_languages desc="List of supported languages of Writing Aids (spell checker, grammar checker, thesaurus, hyphenation) on this instance. Allowing too many has negative effect on startup performance." default="de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru">@ALLOWED_LANGUAGES@</allowed_languages>
<!--
These are the settings of external (remote) spellchecker and grammar checker services. Currently LanguageTool and Duden are supported, you can set either of them.
By default they are disabled. To turn the support on, please set "enabled" property to true. It works with self hosted or cloud services, free and premium as well.
The "base_url" may be https://api.languagetoolplus.com/v2 if the cloud version is used. Please note that your data in the document e.g. the text part of it will be
sent to the cloud API. Please read the respective privacy policies, e.g. https://languagetool.org/legal/privacy or https://www.duden.de/service/datenschutz.
These are the settings of external (remote) spellchecker and grammar checker services. Currently LanguageTool and Duden Korrekturserver APIs are supported, you can
set either of them. By default they are disabled. To turn the support on, please set "enabled" property to true. It works with self hosted or cloud services, free
and premium as well. The "base_url" may be https://api.languagetoolplus.com/v2 if the cloud version of LanguageTool is used. Please note that your data in the
document e.g. the text part of it will be sent to the cloud API. Please read the respective privacy policies, e.g. https://languagetool.org/legal/privacy.
-->
<languagetool desc="Remote API settings for spell and grammar checking">
<enabled desc="Enable Remote Spell and Grammar Checker" type="bool" default="false"></enabled>
@ -21,7 +21,7 @@
<user_name desc="LanguageTool or Duden account username for premium usage." type="string" default=""></user_name>
<api_key desc="API key provided by LanguageTool or Duden account for premium usage." type="string" default=""></api_key>
<ssl_verification desc="Enable or disable SSL verification. You may have to disable it in test environments with self-signed certificates." type="string" default="true"></ssl_verification>
<rest_protocol desc="REST API protocol. For LanguageTool leave it blank, for Duden use the string 'duden'." type="string" default=""></rest_protocol>
<rest_protocol desc="REST API protocol. For LanguageTool leave it blank, for Duden Korrekturserver use the string 'duden'." type="string" default=""></rest_protocol>
</languagetool>
<deepl desc="DeepL API settings for translation service">