8000 minor #44099 Update validators.lv.xlf - Typo fix (latvianization) · symfony/symfony@42f6311 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42f6311

Browse files
minor #44099 Update validators.lv.xlf - Typo fix (latvianization)
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update validators.lv.xlf - Typo fix Typo | Q | A | ------------- | --- | Branch? | 5.4 for features / 4.4 or 5.3 for bug fixes <!-- see below --> | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry --> Commits ------- ccf394e Update validators.lv.xlf
2 parents 52d0a50 + ccf394e commit 42f6311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
</trans-unit>
269269
<trans-unit id="70">
270270
<source>This value should be less than or equal to {{ compared_value }}.</source>
271-
<target>TŠai vērtībai ir jābūt mazākai vai vienādai ar {{ compared_value }}.</target>
271+
<target>Šai vērtībai ir jābūt mazākai vai vienādai ar {{ compared_value }}.</target>
272272
</trans-unit>
273273
<trans-unit id="71">
274274
<source>This value should not be equal to {{ compared_value }}.</source>

0 commit comments

Comments
 (0)
0