Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/Documentation/sphinx/templates/translations.html
2026-04-04 07:45:01 +00:00

16 lines
365 B
HTML

<!-- 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 %}