Skip to content

Commit a25123c

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: [Phpunit] fixed support for PHP 5.3 Response prepare method update [Workflow] Added missing license header Check if Client exists when test.client does not exist, to provide clearer exception message [Form] Preventing validation of children if parent with Valid constraint has no validation groups [Tests] fixed compatbility of assertEquals(): void [Intl] Fix test [Validator] Add the missing translations for the Arabic (ar) locale [Intl] Add compile binary [Form] Fixed some phpdocs
2 parents 984bb0b + e912dd7 commit a25123c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Resources/translations/validators.ar.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@
330330
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331331
<target>رمز المعرّف نشاط تجاري (BIC) هذا لا يرتبط مع IBAN {{ iban }}.</target>
332332
</trans-unit>
333+
<trans-unit id="86">
334+
<source>This value should be valid JSON.</source>
335+
<target>هذه القيمة يجب أن تكون صالحة ل JSON.</target>
336+
</trans-unit>
333337
</body>
334338
</file>
335339
</xliff>

0 commit comments

Comments
 (0)