Skip to content

Commit 7e9dc9e

Browse files
committed
Merge branch '2.2' into 2.3
* 2.2: fixed typo in CS translation (closes #8069) fix arab translation [Finder] Fixed a path in a test. [Form] [Validator] Fixed post_max_size = 0 bug (Issue #8065)
2 parents 79c93eb + f52ab7c commit 7e9dc9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/translations/validators.ar.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<body>
55
<trans-unit id="1">
66
<source>This value should be false.</source>
7-
<target>هذه القيمة يجب أن تكون كاذبة.</target>
7+
<target>هذه القيمة يجب أن تكون خاطئة.</target>
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>This value should be true.</source>

Resources/translations/validators.cs.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
</trans-unit>
181181
<trans-unit id="48">
182182
<source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>
183-
<target>Tato hodnota musí mít přesně {{ limit }} znak.|Tato hodnota musí mít přesně {{ limit }} znaky.|Tato hodnota musí mít přesně {{limit}} znaků.</target>
183+
<target>Tato hodnota musí mít přesně {{ limit }} znak.|Tato hodnota musí mít přesně {{ limit }} znaky.|Tato hodnota musí mít přesně {{ limit }} znaků.</target>
184184
</trans-unit>
185185
<trans-unit id="49">
186186
<source>The file was only partially uploaded.</source>

0 commit comments

Comments
 (0)