[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-310-ge1a0f15ef
git at osgeo.org
git at osgeo.org
Wed Sep 6 08:25:43 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 e1a0f15ef7136a85c0ec05aaac4ea2af14761830 (commit)
from d3f7885d82baf21bf7041ce4b1c58f07beba55cd (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 e1a0f15ef7136a85c0ec05aaac4ea2af14761830
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Sep 6 12:39:54 2023 +0200
[woodie] enable build of Chinese translation
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 8b8dfd0ac..b1b91026f 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -115,6 +115,19 @@ steps:
- "doc/po/fr/Makefile.in"
- "doc/po/fr/*.po"
- "utils/check_localized_cheatsheets.sh"
+ check-xml-zh_Hans:
+ image: *test_image
+ commands:
+ - make -C build-docs/doc/po/zh_Hans local-check-xml
+ group: localized-check-xml
+ when:
+ path:
+ include:
+ - <<: *common_doc_paths
+ # Localized assets
+ - "doc/po/zh_Hans/Makefile.in"
+ - "doc/po/zh_Hans/*.po"
+ - "utils/check_localized_cheatsheets.sh"
### TARGET html
html-ja:
image: *test_image
@@ -155,6 +168,19 @@ steps:
- "doc/po/fr/Makefile.in"
- "doc/po/fr/*.po"
- "utils/check_localized_cheatsheets.sh"
+ html-zh_Hans:
+ image: *test_image
+ commands:
+ - make -C build-docs/doc/po/zh_Hans local-html
+ group: localized-html
+ when:
+ path:
+ include:
+ - <<: *common_doc_paths
+ # Localized assets
+ - "doc/po/zh_Hans/Makefile.in"
+ - "doc/po/zh_Hans/*.po"
+ - "utils/check_localized_cheatsheets.sh"
### TARGET cheatsheets
cheatsheets-ja:
image: *test_image
@@ -195,6 +221,19 @@ steps:
- "doc/po/fr/Makefile.in"
- "doc/po/fr/*.po"
- "utils/check_localized_cheatsheets.sh"
+ cheatsheets-zh_Hans:
+ image: *test_image
+ commands:
+ - make -C build-docs/doc/po/zh_Hans local-cheatsheets
+ group: localized-cheatsheets
+ when:
+ path:
+ include:
+ - <<: *common_doc_paths
+ # Localized assets
+ - "doc/po/zh_Hans/Makefile.in"
+ - "doc/po/zh_Hans/*.po"
+ - "utils/check_localized_cheatsheets.sh"
### TARGET check-cheatsheets
check-cheatsheets-ja:
image: *test_image
@@ -235,6 +274,19 @@ steps:
- "doc/po/fr/Makefile.in"
- "doc/po/fr/*.po"
- "utils/check_localized_cheatsheets.sh"
+ check-cheatsheets-zh_Hans:
+ image: *test_image
+ commands:
+ - make -C build-docs/doc/po/zh_Hans local-check-cheatsheets
+ group: localized-check-cheatsheets
+ when:
+ path:
+ include:
+ - <<: *common_doc_paths
+ # Localized assets
+ - "doc/po/zh_Hans/Makefile.in"
+ - "doc/po/zh_Hans/*.po"
+ - "utils/check_localized_cheatsheets.sh"
### TARGET pdf
pdf-ja:
image: *test_image
@@ -275,3 +327,16 @@ steps:
- "doc/po/fr/Makefile.in"
- "doc/po/fr/*.po"
- "utils/check_localized_cheatsheets.sh"
+ pdf-zh_Hans:
+ image: *test_image
+ commands:
+ - make -C build-docs/doc/po/zh_Hans local-pdf
+ group: localized-pdf
+ when:
+ path:
+ include:
+ - <<: *common_doc_paths
+ # Localized assets
+ - "doc/po/zh_Hans/Makefile.in"
+ - "doc/po/zh_Hans/*.po"
+ - "utils/check_localized_cheatsheets.sh"
diff --git a/.woodpecker/update-docs-localized.sh b/.woodpecker/update-docs-localized.sh
index 131fbe067..3e2e33b34 100755
--- a/.woodpecker/update-docs-localized.sh
+++ b/.woodpecker/update-docs-localized.sh
@@ -3,7 +3,7 @@
cd $(dirname $0)
SUPPORTED_LANGUAGES=$(grep ^translations ../doc/Makefile.in | cut -d= -f2)
-SUPPORTED_LANGUAGES="ja de fr" # restrict built translations
+SUPPORTED_LANGUAGES="ja de fr zh_Hans" # restrict built translations
TARGETS="check-xml html cheatsheets check-cheatsheets pdf"
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 65 ++++++++++++++++++++++++++++++++++++
.woodpecker/update-docs-localized.sh | 2 +-
2 files changed, 66 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list