Skip to content

Commit fb15f37

Browse files
authored
language: Add Sentence
1 parent 49b0bf0 commit fb15f37

17 files changed

Lines changed: 4395 additions & 4363 deletions

File tree

apps/projects/templates/a4_candy_projects/_summary_section.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@
215215
{% endif %}
216216
<p class="summary__see-more">
217217
<span>
218-
{% trans 'To see what happened in module' %} {{ module.module_name }},
218+
{% blocktranslate trimmed with module_name=module.module_name %}
219+
To see what happened in module {{ module_name }},
220+
{% endblocktranslate %}
219221
<a href="{{ module_obj.get_absolute_url }}" class="small module-summary__link" target="_blank">{% trans 'click here' %}</a>
220222
</span>
221223
<a href="{{ module_obj.get_absolute_url }}" class="module-summary__link" target="_blank"><i class="fa fa-arrow-right"></i></a>

locale-source/locale/de/LC_MESSAGES/django.po

Lines changed: 376 additions & 375 deletions
Large diffs are not rendered by default.

locale-source/locale/de/LC_MESSAGES/djangojs.po

Lines changed: 186 additions & 187 deletions
Large diffs are not rendered by default.

locale-source/locale/en/LC_MESSAGES/django.po

Lines changed: 410 additions & 302 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)