summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03/sf_l10n.xhp
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2021-06-21 19:12:17 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2021-06-23 21:29:31 +0200
commit0ce7571dc9f2262e6ef9f50f895b840813e9b30a (patch)
tree4400947708b97c4e5d397113092f7663d3133c84 /source/text/sbasic/shared/03/sf_l10n.xhp
parentAdd precisions to RAWSUBTRACT after 7.2 rel notes. (diff)
downloadhelp-0ce7571dc9f2262e6ef9f50f895b840813e9b30a.tar.gz
help-0ce7571dc9f2262e6ef9f50f895b840813e9b30a.zip
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 <jp@ledure.be> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 3c0fb9a710915c30adf5287a734a185696fa0b76) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117635
Diffstat (limited to 'source/text/sbasic/shared/03/sf_l10n.xhp')
-rw-r--r--source/text/sbasic/shared/03/sf_l10n.xhp2
1 files changed, 1 insertions, 1 deletions
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 @@
<section id="abstract">
<h1 id="hd_id521585843652750" xml-lang="en-US"><variable id="L10NService"><link href="text/sbasic/shared/03/sf_l10n.xhp" name="L10N service"><literal>ScriptForge</literal>.<literal>L10N</literal> service</link></variable></h1>
-
<paragraph role="paragraph" xml-lang="en-US" id="par_id411585843652556">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 <literal>L10N</literal> service can be used mainly to:</paragraph>
<list type="unordered">
<listitem>
@@ -63,6 +62,7 @@
<paragraph role="paragraph" id="par_id331585843652877" xml-lang="en-US"><emph>FolderName</emph>: The folder containing the PO files. It must be expressed in the <literal>FileSystem.FileNaming</literal> notation.</paragraph>
<paragraph role="paragraph" id="par_id581585843652789" xml-lang="en-US"><emph>Locale</emph>: A string in the form "la-CO" (language-COUNTRY) or in the form "la" (language) only.</paragraph>
<note id="par_id301614358956087">Several instances of the <literal>L10N</literal> service may coexist. However, each instance must use a separate directory for its PO files.</note>
+ <embed href="text/sbasic/shared/00000003.xhp#Python_Support"/>
<h3 id="hd_id481585843652711" localize="false"><embedvar href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
<paragraph role="paragraph" id="par_id891614358528334">The following example instantiates the <literal>L10N</literal> service without any optional arguments. This will only enable the <literal>AddText</literal> and <literal>ExportToPOTFile</literal> methods.</paragraph>
<bascode>