[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-397-g3f8705564

git at osgeo.org git at osgeo.org
Fri Jan 28 06:12:04 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  3f8705564479f88da266e9f3384f2c646180ef94 (commit)
       via  afcf9cde39fcf905c17f7df8a445e58fcdc6b0c8 (commit)
      from  0a74375ea8600c6053e399fea0e5a823bc422aaa (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 3f8705564479f88da266e9f3384f2c646180ef94
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jan 28 14:52:07 2022 +0100

    Fix broken translations
    
    Closes #5071

diff --git a/doc/po/ko_KR/reference_sfcgal.xml.po b/doc/po/ko_KR/reference_sfcgal.xml.po
index ef47d9827..ebdb5af90 100644
--- a/doc/po/ko_KR/reference_sfcgal.xml.po
+++ b/doc/po/ko_KR/reference_sfcgal.xml.po
@@ -58,7 +58,7 @@ msgstr "postgis_sfcgal_version"
 #: reference_sfcgal.xml:21
 #, fuzzy, no-c-format
 msgid "<refpurpose>Returns the version of SFCGAL in use</refpurpose>"
-msgstr "실행중인 SFCGAL의 버전을 반환합니다."
+msgstr "<refpurpose>실행중인 SFCGAL의 버전을 반환합니다.</refpurpose>"
 
 #. Tag: funcdef
 #: reference_sfcgal.xml:27
@@ -82,7 +82,7 @@ msgstr "설명"
 #: reference_sfcgal.xml:36
 #, fuzzy, no-c-format
 msgid "<para>Returns the version of SFCGAL in use</para>"
-msgstr "실행중인 SFCGAL의 버전을 반환합니다."
+msgstr "<para>실행중인 SFCGAL의 버전을 반환합니다.</para>"
 
 #. Tag: para
 #: reference_sfcgal.xml:38 reference_sfcgal.xml:109 reference_sfcgal.xml:202
diff --git a/doc/po/pt_BR/reference_sfcgal.xml.po b/doc/po/pt_BR/reference_sfcgal.xml.po
index afdc782a6..0f36ffde7 100644
--- a/doc/po/pt_BR/reference_sfcgal.xml.po
+++ b/doc/po/pt_BR/reference_sfcgal.xml.po
@@ -59,7 +59,7 @@ msgstr "postgis_sfcgal_version"
 #: reference_sfcgal.xml:21
 #, fuzzy, no-c-format
 msgid "<refpurpose>Returns the version of SFCGAL in use</refpurpose>"
-msgstr "retorna a versão do SFCGAL em uso"
+msgstr "<refpurpose>retorna a versão do SFCGAL em uso</refpurpose>"
 
 #. Tag: funcdef
 #: reference_sfcgal.xml:27
@@ -83,7 +83,7 @@ msgstr "Descrição"
 #: reference_sfcgal.xml:36
 #, fuzzy, no-c-format
 msgid "<para>Returns the version of SFCGAL in use</para>"
-msgstr "retorna a versão do SFCGAL em uso"
+msgstr "<para>retorna a versão do SFCGAL em uso</para>"
 
 #. Tag: para
 #: reference_sfcgal.xml:38 reference_sfcgal.xml:109 reference_sfcgal.xml:202

commit afcf9cde39fcf905c17f7df8a445e58fcdc6b0c8
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jan 28 13:25:50 2022 +0100

    Add docs-localized top-level Makefile rule

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 371c56543..246a822ee 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -131,6 +131,9 @@ templategis-uninstall:
 docs:
 	$(MAKE) -C doc html
 
+docs-localized: postgis_revision.h
+	$(MAKE) -C doc html-localized
+
 docs-clean:
 	$(MAKE) -C doc clean
 

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

Summary of changes:
 GNUmakefile.in                       | 3 +++
 doc/po/ko_KR/reference_sfcgal.xml.po | 4 ++--
 doc/po/pt_BR/reference_sfcgal.xml.po | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list