diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-01-11 19:37:29 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-01-12 10:56:23 +0000 |
commit | f1c42932246dacd75345a130baee7fb6f07d9f07 (patch) | |
tree | 43db991b5cd7f13f9c2400519e8801f7044d7250 /AllLangHelp_shared.mk | |
parent | 6b6ed464e1709685a0c20a7254d169c5553aa13a (diff) |
tdf#152589 Add Transtate command & settings Help page
+ Also add Help page for LanguageTool options
+ Note: DeepL service not available in Southern Hemisphere, therefore
I've not tested it.
Change-Id: I8a4bb01462e40113b40210b10024c59db0da293c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145366
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 05ae40e093..b4bf2eadf7 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -865,6 +865,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/optionen/expertconfig \ helpcontent2/source/text/shared/optionen/javaclasspath \ helpcontent2/source/text/shared/optionen/javaparameters \ + helpcontent2/source/text/shared/optionen/languagetools \ helpcontent2/source/text/shared/optionen/macrosecurity \ helpcontent2/source/text/shared/optionen/macrosecurity_sl \ helpcontent2/source/text/shared/optionen/macrosecurity_ts \ @@ -874,6 +875,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/optionen/search_commands \ helpcontent2/source/text/shared/optionen/serverauthentication \ helpcontent2/source/text/shared/optionen/testaccount \ + helpcontent2/source/text/shared/optionen/translatetools \ helpcontent2/source/text/shared/optionen/viewcertificate \ helpcontent2/source/text/shared/optionen/viewcertificate_c \ helpcontent2/source/text/shared/optionen/viewcertificate_d \ |