Back to Linux

Translations

Documentation/sphinx/templates/translations.html

7.0294 B
Original Source

{# SPDX-License-Identifier: GPL-2.0 #} {# Copyright © 2023, Oracle and/or its affiliates. #} {# Create a language menu for translations #} {% if languages|length > 0: %}

{{ current_language }} {% for ref in languages: %}- {{ ref.astext() }} {% endfor %}

{% endif %}