Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 279b5e5

Browse files
committed
minor #11247 [Validator] Polish translation for "empty file" validation (stloyd)
This PR was merged into the 2.6-dev branch. Discussion ---------- [Validator] Polish translation for "empty file" validation Commits ------- 7212d0e [Validator] Polish translation for "empty file" validation
2 parents c6b751c + 7212d0e commit 279b5e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@
298298
<source>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source>
299299
<target>Obraz jest portretowy ({{ width }}x{{ height }}px). Portretowe zdjęcia nie są akceptowane.</target>
300300
</trans-unit>
301+
<trans-unit id="78">
302+
<source>An empty file is not allowed.</source>
303+
<target>Plik nie może być pusty.</target>
304+
</trans-unit>
301305
</body>
302306
</file>
303307
</xliff>

0 commit comments

Comments
 (0)