Skip to content

Commit 8e6411b

Browse files
minor symfony#53272 [Validator] fix some non-sense Lithuanian translations (norkunas)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] fix some non-sense Lithuanian translations | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | N/A | License | MIT since 2014 🤦‍♂️ Commits ------- a71e499 [Validator] fix some non-sense Lithuanian translations
2 parents 895081d + a71e499 commit 8e6411b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>This field was not expected.</source>
39-
<target>Nebuvo tikimasi Šis laukas.</target>
39+
<target>Nebuvo tikimasi šio laukelio.</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>This field is missing.</source>
43-
<target>Šiame lauke yra dingęs.</target>
43+
<target>Trūkstamas laukelis.</target>
4444
</trans-unit>
4545
<trans-unit id="11">
4646
<source>This value is not a valid date.</source>

0 commit comments

Comments
 (0)