gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch stable updated (fb1c12c0 -> 1ecc3a2b)


From: gnunet
Subject: [www] branch stable updated (fb1c12c0 -> 1ecc3a2b)
Date: Sat, 16 Mar 2024 17:29:18 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a change to branch stable
in repository www.

    from fb1c12c0 po
     add 0ef29fea Added link to commit
     add 41242510 Merge branch 'master' of ssh://git.gnunet.org/www
     add 7c535e92 Fixed syntax
     add 1ecc3a2b automatically update copyright

No new revisions were added by this update.

Summary of changes:
 common/footer.j2.inc                   |   2 +-
 configure                              |  23 ++++++++++++++++++-----
 locale/ar/LC_MESSAGES/messages.po      |   7 +++++--
 locale/ca/LC_MESSAGES/messages.mo      | Bin 433 -> 433 bytes
 locale/ca/LC_MESSAGES/messages.po      |   7 +++++--
 locale/de/LC_MESSAGES/messages.mo      | Bin 175315 -> 175315 bytes
 locale/de/LC_MESSAGES/messages.po      |   7 +++++--
 locale/en/LC_MESSAGES/messages.mo      | Bin 445 -> 445 bytes
 locale/eo/LC_MESSAGES/messages.mo      | Bin 433 -> 433 bytes
 locale/eo/LC_MESSAGES/messages.po      |   7 +++++--
 locale/es/LC_MESSAGES/messages.mo      | Bin 112242 -> 112242 bytes
 locale/es/LC_MESSAGES/messages.po      |   7 +++++--
 locale/fr/LC_MESSAGES/messages.mo      | Bin 42121 -> 42121 bytes
 locale/fr/LC_MESSAGES/messages.po      |   7 +++++--
 locale/hi/LC_MESSAGES/messages.po      |   7 +++++--
 locale/it/LC_MESSAGES/messages.mo      | Bin 124969 -> 124969 bytes
 locale/it/LC_MESSAGES/messages.po      |   7 +++++--
 locale/ja/LC_MESSAGES/messages.po      |   7 +++++--
 locale/ko/LC_MESSAGES/messages.po      |   7 +++++--
 locale/messages.pot                    |   7 +++++--
 locale/pt/LC_MESSAGES/messages.po      |   7 +++++--
 locale/zh_Hant/LC_MESSAGES/messages.po |   7 +++++--
 template/probnat/mile1.html.j2         |   2 +-
 23 files changed, 85 insertions(+), 33 deletions(-)

diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index a7e41d0d..9784acac 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -27,7 +27,7 @@
     <p>
       Copyright &copy;
       <a href="{{ url_localized('ev.html') }}">GNUnet e.V.</a>
-      2001 &mdash; 2023.
+      2001 &mdash;  {{ now.split(' ')[3] }}.
       <a href="https://git.gnunet.org/www.git";>{{ _("Source code of this 
site.") }}</a>
       <a href="{{ url_localized('contact.html') }}">{{ _("Report issues with 
this website.") }}</a>
     </p>
diff --git a/configure b/configure
index 5a14890b..ad724ccb 100755
--- a/configure
+++ b/configure
@@ -20,14 +20,29 @@
 # This script checks if a suitable python3 executable is installed and then
 # executes the actual configure logic written in Python.
 
-scriptpath=build-system/taler-build-scripts
+build_system_dir=build-system
 
-if ! test -d "$scriptpath"; then
-  echo "fatal error: taler-build-scripts not found at $scriptpath" >&2
+if ! test -d "$build_system_dir"; then
+  # Maybe this is not a top-level configure invocation
+  # For monorepos, try location from top-level
+  build_system_dir=../../build-system
+fi
+
+if ! test -d "$build_system_dir"; then
+  echo "fatal error: build-system directory not found" >&2
+  echo "hint: are you running this script from the right directory?" >&2
+  exit 1
+fi
+
+scriptpath=$build_system_dir/taler-build-scripts
+if ! test -d "$build_system_dir"; then
+  echo "fatal error: taler-build-scripts directory not found at $scriptpath" 
>&2
   echo "hint: did you run './bootstrap'?" >&2
   exit 1
 fi
 
+export TALERBUILDSYSTEMDIR=$build_system_dir
+
 # Check that the python3 executable is on the PATH.
 # This follows PEP 394 (https://www.python.org/dev/peps/pep-0394/).
 if ! python3 --version >/dev/null 2>&1; then
@@ -41,7 +56,5 @@ python3 "$scriptpath/pyvercheck.py" || exit $?
 # Allow Python to find libraries that are checked into the build system git.
 export PYTHONPATH="$scriptpath:${PYTHONPATH:-}"
 
-export TALERBUILDSYSTEMDIR=./build-system
-
 # Call configure.py, assuming all went well.
 python3 $TALERBUILDSYSTEMDIR/configure.py "$@"
diff --git a/locale/ar/LC_MESSAGES/messages.po 
b/locale/ar/LC_MESSAGES/messages.po
index 471eca6b..ed072024 100644
--- a/locale/ar/LC_MESSAGES/messages.po
+++ b/locale/ar/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: 2021-05-21 14:59+0000\n"
 "Last-Translator: Shorouk Hassouna <shoroukhassuna@gmail.com>\n"
 "Language-Team: Arabic <http://weblate.taler.net/projects/gnunet/website/ar/";
@@ -4608,7 +4608,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/ca/LC_MESSAGES/messages.mo 
b/locale/ca/LC_MESSAGES/messages.mo
index 3e7ef400..28b12c8d 100644
Binary files a/locale/ca/LC_MESSAGES/messages.mo and 
b/locale/ca/LC_MESSAGES/messages.mo differ
diff --git a/locale/ca/LC_MESSAGES/messages.po 
b/locale/ca/LC_MESSAGES/messages.po
index fff17b43..e105f4fb 100644
--- a/locale/ca/LC_MESSAGES/messages.po
+++ b/locale/ca/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -4561,7 +4561,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/de/LC_MESSAGES/messages.mo 
b/locale/de/LC_MESSAGES/messages.mo
index e108f272..0d422cd6 100644
Binary files a/locale/de/LC_MESSAGES/messages.mo and 
b/locale/de/LC_MESSAGES/messages.mo differ
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index e7363cf8..0d38be7b 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: 2021-08-30 19:06+0000\n"
 "Last-Translator: Stefan <eintritt@hotmail.com>\n"
 "Language-Team: German <http://weblate.taler.net/projects/gnunet/website/de/";
@@ -5912,7 +5912,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/en/LC_MESSAGES/messages.mo 
b/locale/en/LC_MESSAGES/messages.mo
index 4ea6a57e..5897621c 100644
Binary files a/locale/en/LC_MESSAGES/messages.mo and 
b/locale/en/LC_MESSAGES/messages.mo differ
diff --git a/locale/eo/LC_MESSAGES/messages.mo 
b/locale/eo/LC_MESSAGES/messages.mo
index 133fbc6c..1a29030a 100644
Binary files a/locale/eo/LC_MESSAGES/messages.mo and 
b/locale/eo/LC_MESSAGES/messages.mo differ
diff --git a/locale/eo/LC_MESSAGES/messages.po 
b/locale/eo/LC_MESSAGES/messages.po
index 03177e43..9a0081a9 100644
--- a/locale/eo/LC_MESSAGES/messages.po
+++ b/locale/eo/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -4561,7 +4561,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/es/LC_MESSAGES/messages.mo 
b/locale/es/LC_MESSAGES/messages.mo
index 2a2570b1..1143cb35 100644
Binary files a/locale/es/LC_MESSAGES/messages.mo and 
b/locale/es/LC_MESSAGES/messages.mo differ
diff --git a/locale/es/LC_MESSAGES/messages.po 
b/locale/es/LC_MESSAGES/messages.po
index 1977c2de..6e7d2842 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: 2023-04-24 21:43+0000\n"
 "Last-Translator: José Huamán <princetomato@firemail.cc>\n"
 "Language-Team: Spanish <https://weblate.taler.net/projects/gnunet/website/es/";
@@ -5454,7 +5454,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/fr/LC_MESSAGES/messages.mo 
b/locale/fr/LC_MESSAGES/messages.mo
index 6308304a..5d923e3b 100644
Binary files a/locale/fr/LC_MESSAGES/messages.mo and 
b/locale/fr/LC_MESSAGES/messages.mo differ
diff --git a/locale/fr/LC_MESSAGES/messages.po 
b/locale/fr/LC_MESSAGES/messages.po
index 8fce0795..4f55f30b 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: 2024-02-28 21:40+0000\n"
 "Last-Translator: d0p1 <contact@d0p1.eu>\n"
 "Language-Team: French <https://weblate.taler.net/projects/gnunet/website/fr/";
@@ -4888,7 +4888,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/hi/LC_MESSAGES/messages.po 
b/locale/hi/LC_MESSAGES/messages.po
index 19a96c0e..5ea8fbff 100644
--- a/locale/hi/LC_MESSAGES/messages.po
+++ b/locale/hi/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: 2021-03-09 18:35+0000\n"
 "Last-Translator: Jigisha Sharma <jigishas38@gmail.com>\n"
 "Language-Team: Hindi <http://weblate.taler.net/projects/gnunet/website/hi/>\n"
@@ -4607,7 +4607,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/it/LC_MESSAGES/messages.mo 
b/locale/it/LC_MESSAGES/messages.mo
index 834834f2..9c32e186 100644
Binary files a/locale/it/LC_MESSAGES/messages.mo and 
b/locale/it/LC_MESSAGES/messages.mo differ
diff --git a/locale/it/LC_MESSAGES/messages.po 
b/locale/it/LC_MESSAGES/messages.po
index cfb9f8f0..72cc7e4d 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: 2022-03-27 11:53+0000\n"
 "Last-Translator: Roberto Pellegrino <speekix@gmail.com>\n"
 "Language-Team: Italian <http://weblate.taler.net/projects/gnunet/website/it/";
@@ -5509,7 +5509,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/ja/LC_MESSAGES/messages.po 
b/locale/ja/LC_MESSAGES/messages.po
index 2e671931..535adc96 100644
--- a/locale/ja/LC_MESSAGES/messages.po
+++ b/locale/ja/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: 2021-04-15 10:31+0000\n"
 "Last-Translator: Kanoko Kondo <yves0625@gmail.com>\n"
 "Language-Team: Japanese <http://weblate.taler.net/projects/gnunet/website/ja/";
@@ -5113,7 +5113,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/ko/LC_MESSAGES/messages.po 
b/locale/ko/LC_MESSAGES/messages.po
index c33ff906..0a53c0fd 100644
--- a/locale/ko/LC_MESSAGES/messages.po
+++ b/locale/ko/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: 2021-04-11 02:59+0000\n"
 "Last-Translator: Chaewon Park <wonnie0624@gmail.com>\n"
 "Language-Team: Korean <http://weblate.taler.net/projects/gnunet/website/ko/";
@@ -4619,7 +4619,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/messages.pot b/locale/messages.pot
index 07121d36..5b4d36f6 100644
--- a/locale/messages.pot
+++ b/locale/messages.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4671,7 +4671,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a "
+"href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\";>4b2303a</a>"
+" on branch dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/pt/LC_MESSAGES/messages.po 
b/locale/pt/LC_MESSAGES/messages.po
index 0ae5989e..d4fdc4af 100644
--- a/locale/pt/LC_MESSAGES/messages.po
+++ b/locale/pt/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -4561,7 +4561,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/locale/zh_Hant/LC_MESSAGES/messages.po 
b/locale/zh_Hant/LC_MESSAGES/messages.po
index bd47166e..868a59d8 100644
--- a/locale/zh_Hant/LC_MESSAGES/messages.po
+++ b/locale/zh_Hant/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-15 09:42+0100\n"
+"POT-Creation-Date: 2024-03-15 21:20+0100\n"
 "PO-Revision-Date: 2021-08-24 08:59+0000\n"
 "Last-Translator: Ting-Yi Fu <futingyi0215@gmail.com>\n"
 "Language-Team: Chinese (Traditional) <http://weblate.taler.net/projects/";
@@ -5391,7 +5391,10 @@ msgid ""
 msgstr ""
 
 #: template/probnat/mile1.html.j2:21
-msgid "See revision 4b2303a on branch dev/t3ss/probnat"
+msgid ""
+"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/";
+"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
+"dev/t3ss/probnat"
 msgstr ""
 
 #: template/probnat/mile1.html.j2:23
diff --git a/template/probnat/mile1.html.j2 b/template/probnat/mile1.html.j2
index 8499fec3..25b94313 100644
--- a/template/probnat/mile1.html.j2
+++ b/template/probnat/mile1.html.j2
@@ -18,7 +18,7 @@
       <h2>Implementation details milestone 1</h2>
 
       <section>
-        <h4><a name="netjail" class="subnav-anchor"></a>{{ _("See revision 
4b2303a on branch dev/t3ss/probnat") }}</h4>
+        <h4><a name="netjail" class="subnav-anchor"></a>{{ _("See revision <a 
href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\";>4b2303a</a>
 on branch dev/t3ss/probnat") }}</h4>
         <p>
           {% trans %}
          <table width="100%">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]