[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-305-g3b6c68ff6
git at osgeo.org
git at osgeo.org
Wed Jan 19 05:02:11 PST 2022
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 3b6c68ff6ae44a33b2bad5790a1d61ea7fa99d47 (commit)
via 98a1447eec2bad3e069e09ba23a47819df3b5fd6 (commit)
from e442406bfafbb909d8129b3d0c4a087d66c01425 (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 3b6c68ff6ae44a33b2bad5790a1d61ea7fa99d47
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jan 19 14:01:57 2022 +0100
Fix spanish translation of manual (tags mismatch)
diff --git a/doc/po/es/extras_address_standardizer.xml.po b/doc/po/es/extras_address_standardizer.xml.po
index 95c8ba830..e008e460d 100644
--- a/doc/po/es/extras_address_standardizer.xml.po
+++ b/doc/po/es/extras_address_standardizer.xml.po
@@ -36,7 +36,8 @@ msgstr ""
"Esta es una bifurcación <ulink url=\"http://www.pagcgeo.org/docs/html/"
"pagc-11.html\">del estandarizador PAGC</ulink> (el código original para esta "
"parte era <ulink url=\"http://sourceforge.net/p/pagc/code/360/tree/branches/"
-"sew-refactor/postgresql\">el estandarizador de direcciones PAGC PostgreSQL)."
+"sew-refactor/postgresql\">el estandarizador de direcciones PAGC PostgreSQL"
+"</ulink>)."
#. Tag: para
#: extras_address_standardizer.xml:5
@@ -222,6 +223,7 @@ msgstr ""
"de retorno de la <xref linkend=\"standardize_address\"/>función. Algunas "
"descripciones de los elementos se han tomado de <ulink url=\"http://www."
"pagcgeo.org/docs/html/pagc-12.html#ss12.1\">Atributos postales de PAGC."
+"</ulink>"
#. Tag: para
#: extras_address_standardizer.xml:51
@@ -238,7 +240,7 @@ msgstr ""
#: extras_address_standardizer.xml:655
#, no-c-format
msgid "&address_standardizer_required;"
-msgstr "& address_standardizer_required;"
+msgstr "&address_standardizer_required;"
#. Tag: term
#: extras_address_standardizer.xml:55
@@ -363,7 +365,7 @@ msgid ""
msgstr ""
"es texto (token número <code>7</code>): STREET POST-DIRECTIONAL Un "
"modificador direccional que sigue al nombre de la calle. Ejemplo "
-"WEST<emphasis> en <code>3715 TENTH AVENUE WEST</code>."
+"<emphasis>WEST</emphasis> en <code>3715 TENTH AVENUE WEST</code>."
#. Tag: term
#: extras_address_standardizer.xml:93
commit 98a1447eec2bad3e069e09ba23a47819df3b5fd6
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jan 19 13:54:55 2022 +0100
Have `make -C doc/ html-localized` fail if any translation fails
diff --git a/doc/Makefile.in b/doc/Makefile.in
index f4a77a499..b925df08d 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -278,7 +278,7 @@ html: html/postgis$(DOCSUFFIX).html
html-localized:
@for lang in $(translations); do \
echo "Creating html for language $$lang..."; \
- $(MAKE) -C po/$$lang local-html; \
+ $(MAKE) -C po/$$lang local-html || exit 1; \
done
html/postgis$(DOCSUFFIX).html: postgis-out.xml Makefile images $(XML_INPUTS)
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.in | 2 +-
doc/po/es/extras_address_standardizer.xml.po | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list