diff --git a/app/templates/packages/translation.html b/app/templates/packages/translation.html index e21d063e..b6f40a08 100644 --- a/app/templates/packages/translation.html +++ b/app/templates/packages/translation.html @@ -26,6 +26,13 @@ {{ _("Translating content meta - lua_api.md") }}

+ +

{{ _("Translation template") }}

+
# textdomain: {{ package.name }}
+
+{{ package.title | replace("@", "@@") | replace("=", "@=") }} =
+{{ package.short_desc | replace("@", "@@") | replace("=", "@=") }} =
+
{% else %}

{{ _("%(title)s is available in %(num)d languages.", title=package.title, num=num) }}