mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 19:57:29 +01:00
Add list of languages to package sidebar
This commit is contained in:
parent
9b36fb2c19
commit
9fd182c4fd
@ -583,6 +583,13 @@
|
||||
<dd>{{ package.type.text }}</dd>
|
||||
<dt>{{ _("Technical Name") }}</dt>
|
||||
<dd>{{ package.name }}</dd>
|
||||
<dt>{{ _("Languages") }}</dt>
|
||||
<dd>
|
||||
English
|
||||
{%- for translation in package.translations -%}
|
||||
, {{ translation.language.title }}
|
||||
{%- endfor -%}
|
||||
</dd>
|
||||
<dt>{{ _("License") }}</dt>
|
||||
<dd>
|
||||
{% if package.license == package.media_license %}
|
||||
|
Loading…
Reference in New Issue
Block a user