mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add categories feature translation #26
This commit is contained in:
parent
d1e9e72401
commit
ff565ac33b
23 changed files with 894 additions and 31 deletions
|
|
@ -72,7 +72,7 @@
|
|||
<input type="checkbox" name="categories[]" id="{{ category }}" value="{{ category }}" />
|
||||
{% endif %}
|
||||
<label class="margin-l-4-px" for="{{ category }}">
|
||||
{{ category | u.title }}
|
||||
{{ category | trans_category | u.title }}
|
||||
</label>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue