mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add translations
I rewrote some messages to be more consistent and avoid multiplication of messages
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
'%activity_type%': activity.type.name|localize_translatable_string,
|
||||
'%date%' : activity.date|localizeddate('long', 'none') }
|
||||
) }}</span> <span class="links"><a href="{{ path('chill_activity_activity_show',
|
||||
{ 'person_id': person.id, 'id': activity.id} ) }}">{{ 'View the activity'|trans }}</a></span>
|
||||
{ 'person_id': person.id, 'id': activity.id} ) }}">{{ 'Show the activity'|trans }}</a></span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user