[SCM] PostGIS branch master updated. 3.5.0-363-g746fd6acd
git at osgeo.org
git at osgeo.org
Wed Jun 4 09:30:40 PDT 2025
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 746fd6acd22c5ff9072464512299e8efd72f7348 (commit)
from 57c576b35da24ced7869a80f87c6bbf969ecfd73 (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 746fd6acd22c5ff9072464512299e8efd72f7348
Author: Regina Obe <lr at pcorp.us>
Date: Wed Jun 4 12:30:27 2025 -0400
Add Swedish, thanks to Daniel Nylander
diff --git a/NEWS b/NEWS
index a827c8da9..f331baa3b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ This version requires PostgreSQL 12-18beta1, GEOS 3.8 or higher, and Proj 6.1+.
To take advantage of all features, GEOS 3.12+ is needed.
To take advantage of all SFCGAL features, SFCGAL 2.1+ is needed.
+Many thanks to our translation teams, in particular:
+
+Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)
+Teramoto Ikuhiro (Japanese Team)
+Daniel Nylander (Swedish Team)
+
* Breaking Changes *
- #5799, make ST_TileEnvelope clips envelopes to tile plane extent (Paul Ramsey)
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 637223f46..82c67cca7 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -117,6 +117,7 @@ make -C ../doc/po/fr local-pdf-install
make -C ../doc/po/de local-pdf-install
make -C ../doc/po/zh_Hans local-pdf-install
make -C ../doc/po/ko_KR local-pdf-install
+make -C ../doc/po/sv local-pdf-install
# build comments files
make -C ../doc/po/ja comments
@@ -124,6 +125,7 @@ make -C ../doc/po/fr comments
make -C ../doc/po/de comments
make -C ../doc/po/zh_Hans comments
make -C ../doc/po/ko_KR comments
+make -C ../doc/po/sv comments
# Build and install localized pdf and epub
# make pdf-install-localized # || : survive failures
#make epub-install-localized # || : survive failures
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 3eb117542..c8a394c23 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -21,7 +21,7 @@
# that we could produce a large number of files (think chunked HTML)
#
-translations = it_IT pt_BR fr es pl ka ko_KR da de ja ru zh_Hans ro uk
+translations = it_IT pt_BR fr es pl ka ko_KR da de ja ru zh_Hans ro sv uk
PACKAGE_TARNAME = @PACKAGE_TARNAME@
diff --git a/doc/introduction.xml b/doc/introduction.xml
index ab0e295bd..107769af4 100644
--- a/doc/introduction.xml
+++ b/doc/introduction.xml
@@ -246,6 +246,7 @@
<member>Christoph Berg</member>
<member>Christoph Moench-Tegeder</member>
<member>Dane Springmeyer</member>
+ <member>Daniel Nylander</member>
<member>Dapeng Wang</member>
<member>Daryl Herzmann</member>
<member>Dave Fuhry</member>
diff --git a/doc/po/sv/Makefile.in b/doc/po/sv/Makefile.in
new file mode 100644
index 000000000..b4a68f30d
--- /dev/null
+++ b/doc/po/sv/Makefile.in
@@ -0,0 +1,4 @@
+include @srcdir@/../Makefile.local
+DBLATEX_EXTRA_OPTIONS = -b xetex
+DOCSUFFIX=-sv
+srcdir=@srcdir@
diff --git a/doc/po/sv/glossary.tbx b/doc/po/sv/glossary.tbx
new file mode 100644
index 000000000..a707eb0b0
--- /dev/null
+++ b/doc/po/sv/glossary.tbx
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE martif PUBLIC "ISO 12200:1999A//DTD MARTIF core (DXFcdV04)//EN" "TBXcdv04.dtd">
+<martif type="TBX">
+<martifHeader>
+<fileDesc>
+<sourceDesc><p>Translate Toolkit</p></sourceDesc>
+</fileDesc>
+</martifHeader>
+<text><body></body></text>
+</martif>
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
NEWS | 6 ++++++
ci/debbie/postgis_release_docs.sh | 2 ++
doc/Makefile.in | 2 +-
doc/introduction.xml | 1 +
doc/po/{ka => sv}/Makefile.in | 2 +-
doc/po/{da => sv}/glossary.tbx | 0
6 files changed, 11 insertions(+), 2 deletions(-)
copy doc/po/{ka => sv}/Makefile.in (85%)
copy doc/po/{da => sv}/glossary.tbx (100%)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list