Git commit 1e8ae1a38bfc7cc7c94c2b2850368cd664b2a2ae by Yuri Chornoivan. Committed on 09/03/2020 at 09:26. Pushed by yurchor into branch 'master'.
Update docs for LanguageTool integration M +19 -2 doc/index.docbook https://commits.kde.org/lokalize/1e8ae1a38bfc7cc7c94c2b2850368cd664b2a2ae diff --git a/doc/index.docbook b/doc/index.docbook index 5955e7e..a5b88db 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -26,8 +26,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2018-10-14</date> -<releaseinfo>Applications 18.12</releaseinfo> +<date>2020-03-09</date> +<releaseinfo>Applications 20.04</releaseinfo> <abstract> <para> @@ -502,6 +502,23 @@ Below are links to API references. Everything marked as <emphasis>Q_SCRIPTABLE</ For more information, please refer to <ulink url="http://pology.nedohodnik.net/">Pology homepage</ulink>. </para> </sect1> + +<sect1 id="languagetool"> +<title>LanguageTool</title> + +<para> + <application>LanguageTool</application> offers spell and grammar checking of your translation units. +</para> +<para> + You can configure your custom <application>LanguageTool</application> server using the page <guilabel>LanguageTool</guilabel> of the configuration window which can be opened by choosing the <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &lokalize;...</guimenuitem></menuchoice> main menu item. +</para> +<para> + To utilize <application>LanguageTool</application> checking capabilities use the <menuchoice><guimenu>Edit</guimenu><guimenuitem>Check this unit using LanguageTool</guimenuitem></menuchoice> menu item or use <keycombo>&Ctrl;<keycap>J</keycap></keycombo> shortcut. +</para> +<para> + For more information, please refer to <ulink url="https://languagetool.org/">LanguageTool homepage</ulink>. +</para> +</sect1> </chapter> <chapter id="credits">
