diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
index e09d3fc06aa70..e4a461cdaa769 100644
--- a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
+++ b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
@@ -450,6 +450,22 @@
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.
+
+ This value does not represent a valid week in the ISO 8601 format.
+ This value does not represent a valid week in the ISO 8601 format.
+
+
+ The week "{{ value }}" is not a valid week.
+ The week "{{ value }}" is not a valid week.
+
+
+ The value should not be before week "{{ min }}".
+ The value should not be before week "{{ min }}".
+
+
+ The value should not be after week "{{ max }}".
+ The value should not be after week "{{ max }}".
+