summaryrefslogtreecommitdiff
path: root/Documentation/sphinx/templates/translations.html
blob: 351586f419386deea1f60a8cda647a7c1231a997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{# SPDX-License-Identifier: GPL-2.0 #}
{# Copyright © 2023, Oracle and/or its affiliates. #}

{# Create a language menu for translations #}
{% if languages|length > 0: %}
<div class="language-selection">
{{ current_language }}

<ul>
{% for ref in languages: %}
<li><a href="{{ ref.refuri }}">{{ ref.astext() }}</a></li>
{% endfor %}
</ul>
</div>
{% endif %}