-
{{ t('Add a quiz to %name%', {'%name%': season.name})|trans }}
+
{{ t('Add a quiz to {name}', {name: season.name})|trans }}
{{ form_start(form) }}
{{ form_row(form.name) }}
{{ form_row(form.sheet) }}
diff --git a/templates/flashes.html.twig b/templates/flashes.html.twig
index b033dd2..c528195 100644
--- a/templates/flashes.html.twig
+++ b/templates/flashes.html.twig
@@ -4,7 +4,7 @@
{% for label, messages in flashes %}
{% for message in messages %}
- {{ message }}
+ {{ message|trans }}
{% endfor %}
diff --git a/translations/messages+intl-icu.nl.xliff b/translations/messages+intl-icu.nl.xliff
index 18c1de6..68119da 100644
--- a/translations/messages+intl-icu.nl.xliff
+++ b/translations/messages+intl-icu.nl.xliff
@@ -37,9 +37,9 @@
Add Quiz
Test toevoegen
-
- Add a quiz to %name%
- Voeg een test toe aan %name%
+
+ Add a quiz to {name}
+ Voeg een test toe aan {name}
All Seasons
@@ -109,13 +109,13 @@
Corrections
Jokers
-
- Cound not find candidate with name %name%
- Kon kandidaat met naam %name% niet vinden
+
+ Could not find candidate with name {name}
+ Kon kandidaat met naam {name} niet vinden
-
- Cound not find candidate with name %name% in elimination.
- Kon geen kandidaat vinden met de naam %name% in de eliminatie
+
+ Could not find candidate with name {name} in elimination.
+ Kon geen kandidaat vinden met de naam {name} in de eliminatie
Create a season
@@ -301,6 +301,10 @@
Questions
Vragen
+
+ Quick actions
+ Snelle acties
+
Quiz
Test