mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
Translate page: Fix titles being shown in English
This commit is contained in:
parent
2851c8803c
commit
0c98333bcb
@ -21,7 +21,7 @@
|
||||
src="{{ package.get_thumb_or_placeholder() }}" />
|
||||
|
||||
{% set title %}
|
||||
<strong>{{ package.title }}</strong>
|
||||
<strong>{{ package.get_translated(load_desc=False).title }}</strong>
|
||||
{% endset %}
|
||||
|
||||
<span class="ps-2">
|
||||
|
Loading…
Reference in New Issue
Block a user