diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
index f975fc5164edb..e09d3fc06aa70 100644
--- a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
+++ b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
@@ -442,6 +442,14 @@
This URL is missing a top-level domain.Die URL mis 'n topvlakdomein.
+
+ This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.
+ This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.
+
+
+ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.
+ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.
+