[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1233-g2e149c756
git at osgeo.org
git at osgeo.org
Thu Jul 13 00:12:34 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 2e149c75634d2f352150313a0b0b0666e1b57198 (commit)
from eab031d713e1f948bfffd81fe4dcfc6efab7e349 (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 2e149c75634d2f352150313a0b0b0666e1b57198
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jul 13 09:11:58 2023 +0200
[de] Fix ST_Collect synopsis translation
References #5440
diff --git a/doc/po/de/reference_constructor.xml.po b/doc/po/de/reference_constructor.xml.po
index 3e7923826..48651b184 100644
--- a/doc/po/de/reference_constructor.xml.po
+++ b/doc/po/de/reference_constructor.xml.po
@@ -50,14 +50,14 @@ msgid ""
"<function>ST_Collect</function></funcdef> <paramdef><type>geometry set</"
"type> <parameter>g1field</parameter></paramdef> </funcprototype>"
msgstr ""
-"<funcprototype> <funcdef>geometry <function>ST_GeomFromGeoJSON</function></"
-"funcdef> <paramdef><type>text </type> <parameter>geomjson</parameter></"
-"paramdef> </funcprototype> <funcprototype> <funcdef>geometry "
-"<function>ST_GeomFromGeoJSON</function></funcdef> <paramdef><type>json </"
-"type> <parameter>geomjson</parameter></paramdef> </funcprototype> "
-"<funcprototype> <funcdef>geometry <function>ST_GeomFromGeoJSON</function></"
-"funcdef> <paramdef><type>jsonb </type> <parameter>geomjson</parameter></"
-"paramdef> </funcprototype>"
+"<funcprototype> <funcdef>geometry <function>ST_Collect</function></funcdef> "
+"<paramdef><type>geometry</type> <parameter>g1</parameter></paramdef> "
+"<paramdef><type>geometry</type> <parameter>g2</parameter></paramdef> </"
+"funcprototype> <funcprototype> <funcdef>geometry <function>ST_Collect</"
+"function></funcdef> <paramdef><type>geometry[]</type> <parameter>g1_array</"
+"parameter></paramdef> </funcprototype> <funcprototype> <funcdef>geometry "
+"<function>ST_Collect</function></funcdef> <paramdef><type>geometry set</"
+"type> <parameter>g1field</parameter></paramdef> </funcprototype>"
#. Tag: title
#: reference_constructor.xml:30 reference_constructor.xml:109
-----------------------------------------------------------------------
Summary of changes:
doc/po/de/reference_constructor.xml.po | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list