summaryrefslogtreecommitdiff
path: root/template/development.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/development.html.j2')
-rw-r--r--template/development.html.j217
1 files changed, 10 insertions, 7 deletions
diff --git a/template/development.html.j2 b/template/development.html.j2
index 26f27d47..421970bf 100644
--- a/template/development.html.j2
+++ b/template/development.html.j2
@@ -47,7 +47,10 @@
<img src="{{ url('icons/noun-translate-5177522.svg') }}" height=60>
<h3>{{ _("Internationalization")}}</h3>
</a>
- {{ _("Using our Weblate service, everyone in the community can contribute with translations to the web pages and the GNU Taler applications.") }}
+ {% trans %}
+ By using <a href="https://weblate.taler.net/" target="_blank" rel="noopener noreferrer">Weblate</a>
+ everyone in the community can contribute with translations to the web pages and the GNU Taler applications.
+ {% endtrans %}
</div>
<div class="col-lg-4 mb-4">
@@ -140,11 +143,13 @@
</div>
<div class="col-lg-4 mb-4">
- <a href="https://web.libera.chat/" target="_blank" rel="noopener noreferrer">
+ <a href="https://ich.taler.net/" target="_blank" rel="noopener noreferrer">
<img src="{{ url('icons/noun-chat-5180308.svg') }}" height=60>
- <h3>{{ _("IRC")}}</h3>
+ <h3>{% trans %}Community Forum{% endtrans %}</h3>
</a>
- {{ _("Our IRC channel is #taler on Libera.") }}
+ {% trans %}
+ Our community forum for Taler is located at<a href="https://ich.taler.net/" target="_blank" rel="noopener noreferrer"> the Integration Community Hub (TALER ICH)</a>.
+ {% endtrans %}
</div>
<div class="col-lg-4 mb-4">
@@ -156,16 +161,14 @@
</div>
<div class="col-lg-4 mb-4">
- <a href="https://{{ siteconf['docshost'] }}/developers-manual.html" target="_blank" rel="noopener noreferrer">
+ <a href="https://docs.taler.net/taler-developer-manual.html" target="_blank" rel="noopener noreferrer">
<img src="{{ url('icons/noun-onboarding-2896490.svg') }}" height=60>
<h3>{{ _("Onboarding")}}</h3>
</a>
{% trans %}
Description of our taler.net setup and how to contribute.
{% endtrans %}
- {{ gettext('Also available as <a href="%(link)s" target="_blank" rel="noopener noreferrer">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/developers-manual.pdf") }}
</div>
-
</div>
</div>
{% endblock body_content %}