[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-641-g53e31d0ab

git at osgeo.org git at osgeo.org
Thu Sep 28 03:07:37 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  53e31d0abd22b257dcbd733e21ae85a366f5d2a8 (commit)
      from  a396271bb6034b6b865504e4c0945d2cc1e8dc8b (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 53e31d0abd22b257dcbd733e21ae85a366f5d2a8
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Sep 28 12:07:23 2023 +0200

    Strip literallayout tags from translation

diff --git a/doc/po/strip_untranslatable.sh b/doc/po/strip_untranslatable.sh
index d90a8b6ef..d8f82e929 100755
--- a/doc/po/strip_untranslatable.sh
+++ b/doc/po/strip_untranslatable.sh
@@ -16,5 +16,6 @@ sed -e '/^#\. Tag: programlisting$/,/^$/d' \
     -e '/^#\. Tag: varname$/,/^$/d' \
     -e '/^#\. Tag: code$/,/^$/d' \
     -e '/^#\. Tag: command$/,/^$/d' \
+    -e '/^#\. Tag: literallayout$/,/^$/d' \
     -i $1
 
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 9985652f7..ac375afa5 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-09-25 14:15+0000\n"
+"POT-Creation-Date: 2023-09-28 10:07+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -16986,24 +16986,11 @@ msgid ""
 "value as follows:"
 msgstr ""
 
-#. Tag: literallayout
-#, no-c-format
-msgid ""
-"<![CDATA[[\n"
-"SPHEROID[<NAME>,<SEMI-MAJOR AXIS>,<INVERSE FLATTENING>]\n"
-"]]>"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid "For example:"
 msgstr ""
 
-#. Tag: literallayout
-#, no-c-format
-msgid "SPHEROID[\"GRS_1980\",6378137,298.257222101]"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""

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

Summary of changes:
 doc/po/strip_untranslatable.sh      |  1 +
 doc/po/templates/postgis-manual.pot | 15 +--------------
 2 files changed, 2 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list