[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-601-gd9c6b9ede
git at osgeo.org
git at osgeo.org
Wed Sep 20 00:52:40 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via d9c6b9edefaf4cd2f1a391cdd85daa8a95ce626f (commit)
from f21036ff23bfa555a04a78483d6160d180b510a1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d9c6b9edefaf4cd2f1a391cdd85daa8a95ce626f
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Sep 20 09:39:08 2023 +0200
Use varname consistently as requested by weblate translator comment
See
https://weblate.osgeo.org/search/postgis/postgis-manual/?q=has%3Acomment
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 2691253e5..24c841a6b 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-09-20 07:32+0000\n"
+"POT-Creation-Date: 2023-09-20 07:42+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -22243,8 +22243,9 @@ msgstr ""
#, no-c-format
msgid ""
"Returns a <varname>POINT</varname> which is guaranteed to lie in the "
-"interior of a surface (POLYGON, MULTIPOLYGON, and CURVED POLYGON). In "
-"PostGIS this function also works on line and point geometries."
+"interior of a surface (<varname>POLYGON</varname>, <varname>MULTIPOLYGON</"
+"varname>, and <varname>CURVEPOLYGON</varname>). In PostGIS this function "
+"also works on line and point geometries."
msgstr ""
#. Tag: para
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 61403f9e1..5a0a6b385 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -2187,7 +2187,7 @@ MULTILINESTRING((164 1,11.7867965644036 1,1 11.7867965644036,1 195),
<title>Description</title>
<para>Returns a <varname>POINT</varname> which is guaranteed to lie in the interior of a surface
- (POLYGON, MULTIPOLYGON, and CURVED POLYGON).
+ (<varname>POLYGON</varname>, <varname>MULTIPOLYGON</varname>, and <varname>CURVEPOLYGON</varname>).
In PostGIS this function also works on line and point geometries.
</para>
-----------------------------------------------------------------------
Summary of changes:
doc/po/templates/postgis-manual.pot | 7 ++++---
doc/reference_processing.xml | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list