add translations

I rewrote some messages to be more consistent and avoid multiplication
of messages
This commit is contained in:
2015-07-05 11:45:45 +02:00
parent bc2b89db03
commit afdac5390d
4 changed files with 25 additions and 6 deletions

View File

@@ -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>