Fix remaining instances of package type as a gettext parameter
Fixes #355
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<p>
|
||||
{{ _("Do you recommend this %(type)s?", type=package.type.text | lower) }}
|
||||
{{ package.type.do_you_recommend }}
|
||||
</p>
|
||||
{{ render_toggle_field(form.rating, icons={"5":"fa-thumbs-up", "3": "fa-minus", "1":"fa-thumbs-down"}) }}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<h2 class="mt-0 mb-4">{{ self.title() }}</h2>
|
||||
{% if num == 1 %}
|
||||
<p>
|
||||
{{ _("To provide translations for your %(type)s, you need to create .tr files and upload a new release.", type=package.type.text | lower) }}
|
||||
{{ _("To provide translations for your package, you need to create .tr files and upload a new release.") }}
|
||||
{{ _("For information on how to do this, see the modding book chapter and lua_api.md") }}
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user