Skip to content

Commit b917260

Browse files
committed
minor symfony#53062 Missing translations for Ukrainian (uk) symfony#53050 (gordinskiy)
This PR was merged into the 5.4 branch. Discussion ---------- Missing translations for Ukrainian (uk) symfony#53050 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony#53050 | License | MIT Commits ------- 4fef3b8 Add missing translation for Ukrainian (uk) symfony#53050
2 parents 170eb51 + 4fef3b8 commit b917260

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@
426426
<source>Using hidden overlay characters is not allowed.</source>
427427
<target>Використання прихованих накладених символів не допускається.</target>
428428
</trans-unit>
429+
<trans-unit id="110">
430+
<source>The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.</source>
431+
<target>Розширення файлу недопустиме ({{ extension }}). Дозволені розширення {{ extensions }}.</target>
432+
</trans-unit>
429433
</body>
430434
</file>
431435
</xliff>

0 commit comments

Comments
 (0)