From 0ce7571dc9f2262e6ef9f50f895b840813e9b30a Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Mon, 21 Jun 2021 19:12:17 +0200 Subject: Add note about Python support availability on some SF services This patch is being cherry-picked for LO 7.2 because some SF services have Python support but the help pages could not be updated in time. Hence, this patch adds a note to these help pages to let users know that these SF services also support Python. Change-Id: I226b0b92fcc2b380fa6687cba87276b485009151 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117567 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure Reviewed-by: Olivier Hallot (cherry picked from commit 3c0fb9a710915c30adf5287a734a185696fa0b76) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117635 --- source/text/sbasic/shared/03/sf_l10n.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/sbasic/shared/03/sf_l10n.xhp') diff --git a/source/text/sbasic/shared/03/sf_l10n.xhp b/source/text/sbasic/shared/03/sf_l10n.xhp index 2cf76682a4..2a964fe003 100644 --- a/source/text/sbasic/shared/03/sf_l10n.xhp +++ b/source/text/sbasic/shared/03/sf_l10n.xhp @@ -24,7 +24,6 @@

ScriptForge.L10N service

- This service provides a number of methods related to the translation of strings with minimal impact on the program's source code. The methods provided by the L10N service can be used mainly to: @@ -63,6 +62,7 @@ FolderName: The folder containing the PO files. It must be expressed in the FileSystem.FileNaming notation. Locale: A string in the form "la-CO" (language-COUNTRY) or in the form "la" (language) only. Several instances of the L10N service may coexist. However, each instance must use a separate directory for its PO files. +

The following example instantiates the L10N service without any optional arguments. This will only enable the AddText and ExportToPOTFile methods. -- cgit