Skip to content

Commit

Permalink
feat: add more strings to translate
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 10, 2021
1 parent 5c0953c commit de6defd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/themes/default/class.twig
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
{{ class_category_name(class.getCategoryId()) }}
<strong>{{ class.shortname|raw }}</strong>
{%- if class.parent %}
extends {{ class_link(class.parent) }}
{% trans 'extends' %} {{ class_link(class.parent) }}
{%- endif %}
{%- if class.interfaces|length > 0 %}
implements
{% trans 'implements' %}
{% for interface in class.interfaces %}
{{- class_link(interface) }}
{%- if not loop.last %}, {% endif %}
Expand Down

0 comments on commit de6defd

Please sign in to comment.