Skip to content

Commit 6b25427

Browse files
committed
Add missing translation for integer, equal and notEqual validators in ARB file
1 parent 31816f6 commit 6b25427

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

lib/l10n/intl_en.arb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,28 @@
4444
"type": "text",
4545
"placeholders": {}
4646
},
47+
"integerErrorText": "This field requires a valid integer.",
48+
"@integerErrorText": {
49+
"description": "Error Text for integer validator",
50+
"type": "text",
51+
"placeholders": {}
52+
},
53+
"equalErrorText": "This field value must be equal to {value}.",
54+
"@equalErrorText": {
55+
"description": "Error Text for equal validator",
56+
"type": "text",
57+
"placeholders": {
58+
"value": {}
59+
}
60+
},
61+
"notEqualErrorText": "This field value must not be equal to {value}.",
62+
"@notEqualErrorText": {
63+
"description": "Error Text for not-equal validator",
64+
"type": "text",
65+
"placeholders": {
66+
"value": {}
67+
}
68+
},
4769
"urlErrorText": "This field requires a valid URL address.",
4870
"@urlErrorText": {
4971
"description": "Error Text for URL field",

0 commit comments

Comments
 (0)