mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
feat: display language code in footer language selector
This commit is contained in:
parent
9bde88a513
commit
0be0a3d1a9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
{% for language in languages %}
|
||||
<option value="{{ language.code }}"
|
||||
{% if language.code == LANGUAGE_CODE %}selected="selected"{% endif %}>
|
||||
{{ language.name_local }}
|
||||
{{ language.name_local }} ({{ language.code }})
|
||||
</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue