diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-12-26 20:51:50 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-27 23:22:06 +0100 |
commit | 5fe4c2ccda3e9004aa46647d171ef431c76df263 (patch) | |
tree | 33a67744e0068d62880a42c240747d4239e224e7 /source/text/sbasic/shared/03030116.xhp | |
parent | 9e87f321b532421614b1059e4b0ed0b6ee372c9b (diff) |
Re-enable translation of strings in sbasic/shared
This patch partially reverts the following two commits:
- bba53dc2eb06941ab4e9b9c22722b22c19cd3698
- fa7fd622849d9e31d3f27e3762b0a0e578838cc0
The reason is that I wrongly silenced a few strings used in syntax declarations that should be translatable.
Change-Id: I9929f2c43a611598450a05433a78ed88824d0935
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127482
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03030116.xhp')
-rw-r--r-- | source/text/sbasic/shared/03030116.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03030116.xhp b/source/text/sbasic/shared/03030116.xhp index 6ddd132458..f46887f534 100644 --- a/source/text/sbasic/shared/03030116.xhp +++ b/source/text/sbasic/shared/03030116.xhp @@ -40,7 +40,7 @@ <paragraph id="hd_id3159224" role="heading" level="2" xml-lang="en-US">Syntax:</paragraph> <bascode> -<paragraph id="par_id3149497" localize="false" role="bascode">CDateFromUnoDateTime(aDateTime)</paragraph> +<paragraph id="par_id3149497" role="bascode" xml-lang="en-US">CDateFromUnoDateTime(aDateTime)</paragraph> </bascode> <paragraph id="hd_id3152347" role="heading" level="2" xml-lang="en-US">Return value:</paragraph> |