diff --git a/forum/templates/forum/forum.jinja b/forum/templates/forum/forum.jinja index dff85d15..a159f1e1 100644 --- a/forum/templates/forum/forum.jinja +++ b/forum/templates/forum/forum.jinja @@ -7,7 +7,7 @@ {% block content %}
{% if user.is_in_group(settings.SITH_GROUP_FORUM_ADMIN_ID) or user.is_in_group(settings.SITH_GROUP_COM_ADMIN_ID) %}
- New forum
+ {% trans %}New forum{% endtrans %}
{% endif %}
- New topic
+ {% trans %}New topic{% endtrans %}
- Forum > + {% trans %}Forum{% endtrans %} >
diff --git a/forum/templates/forum/topic.jinja b/forum/templates/forum/topic.jinja index bf199cca..126c1dcb 100644 --- a/forum/templates/forum/topic.jinja +++ b/forum/templates/forum/topic.jinja @@ -26,7 +26,7 @@ {% block content %}
- Forum
+ {% trans %}Forum{% endtrans %}
{% for f in topic.forum.get_parent_list() %}
> {{ f }}
{% endfor %}
@@ -52,7 +52,8 @@
{{ user_profile_link(m.author) }}
-