[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1232-geab031d71

git at osgeo.org git at osgeo.org
Wed Jul 12 23:35:15 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  eab031d713e1f948bfffd81fe4dcfc6efab7e349 (commit)
      from  4e4640c47e72f1dadec38f3411f993de121e7b7d (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 eab031d713e1f948bfffd81fe4dcfc6efab7e349
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 13 08:34:44 2023 +0200

    [br] Fix translation of geography in funcprototype

diff --git a/doc/po/pt_BR/reference_accessor.xml.po b/doc/po/pt_BR/reference_accessor.xml.po
index c02d91dce..b05103cb3 100644
--- a/doc/po/pt_BR/reference_accessor.xml.po
+++ b/doc/po/pt_BR/reference_accessor.xml.po
@@ -4428,9 +4428,9 @@ msgid ""
 "parameter></paramdef> </funcprototype>"
 msgstr ""
 "<funcprototype> <funcdef>texto <function>ST_Summary</function></funcdef> "
-"<paramdef><type>geometria </type> <parameter>g</parameter></paramdef> </"
+"<paramdef><type>geometry </type> <parameter>g</parameter></paramdef> </"
 "funcprototype> <funcprototype> <funcdef>text <function>ST_Summary</"
-"function></funcdef> <paramdef><type>geografia </type> <parameter>g</"
+"function></funcdef> <paramdef><type>geography </type> <parameter>g</"
 "parameter></paramdef> </funcprototype>"
 
 #. Tag: para
diff --git a/doc/po/pt_BR/reference_input.xml.po b/doc/po/pt_BR/reference_input.xml.po
index 5ed1fc00b..c3ea7106c 100644
--- a/doc/po/pt_BR/reference_input.xml.po
+++ b/doc/po/pt_BR/reference_input.xml.po
@@ -239,7 +239,7 @@ msgid ""
 "<funcdef>geography <function>ST_GeogFromText</function></funcdef> "
 "<paramdef><type>text </type> <parameter>EWKT</parameter></paramdef>"
 msgstr ""
-"<funcdef>geografia <function>ST_GeogFromText</function></funcdef> "
+"<funcdef>geography <function>ST_GeogFromText</function></funcdef> "
 "<paramdef><type>texto </type> <parameter>EWKT</parameter></paramdef>"
 
 #. Tag: para
@@ -307,7 +307,7 @@ msgid ""
 "<funcdef>geography <function>ST_GeographyFromText</function></funcdef> "
 "<paramdef><type>text </type> <parameter>EWKT</parameter></paramdef>"
 msgstr ""
-"<funcdef>geografia <function>ST_GeographyFromText</function></funcdef> "
+"<funcdef>geography <function>ST_GeographyFromText</function></funcdef> "
 "<paramdef><type>texto </type> <parameter>EWKT</parameter></paramdef>"
 
 #. Tag: para
@@ -1590,7 +1590,7 @@ msgid ""
 "<funcdef>geography <function>ST_GeogFromWKB</function></funcdef> "
 "<paramdef><type>bytea </type> <parameter>wkb</parameter></paramdef>"
 msgstr ""
-"<funcdef>geografia <function>ST_GeogFromWKB</function></funcdef> "
+"<funcdef>geography <function>ST_GeogFromWKB</function></funcdef> "
 "<paramdef><type>bytea </type> <parameter>wkb</parameter></paramdef>"
 
 #. Tag: para

-----------------------------------------------------------------------

Summary of changes:
 doc/po/pt_BR/reference_accessor.xml.po | 4 ++--
 doc/po/pt_BR/reference_input.xml.po    | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list