{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% import _self as helper %} {% block toolbar %} {% if collector.messages|length %} {% set icon %} {{ include('@WebProfiler/Icon/translation.svg') }} {% set status_color = collector.countMissings ? 'red' : collector.countFallbacks ? 'yellow' %} {% set error_count = collector.countMissings + collector.countFallbacks %}
{% endset %} {% set text %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status_color }) }} {% endif %} {% endblock %} {% block menu %} {% endblock %} {% block panel %}No translations have been called.
These messages are correctly translated into the given locale.
{% if messages_defined is empty %}None of the used translation messages are defined for the given locale.
These messages are not available for the given locale but Symfony found them in the fallback locale catalog.
{% if messages_fallback is empty %}No fallback translation messages were used.
These messages are not available for the given locale and cannot be found in the fallback locales. Add them to the translation catalogue to avoid Symfony outputting untranslated contents.
{% if messages_missing is empty %}There are no messages of this category.
Locale | {% if is_fallback %}Fallback locale | {% endif %}Domain | Times used | Message ID | Message Preview |
---|---|---|---|---|---|
{{ message.locale }} | {% if is_fallback %}{{ message.fallbackLocale|default('-') }} | {% endif %}{{ message.domain }} | {{ message.count }} |
{{ message.id }}
{% if message.transChoiceNumber is not null %}
(pluralization is used)
{% endif %}
{% if message.parameters|length > 0 %}
{% for parameters in message.parameters %}
{{ profiler_dump(parameters, maxDepth=1) }}
{% endfor %}
{% endif %}
|
{{ message.translation }} |