Skip to content

Commit a8f8540

Browse files
minor #62351 Fix Belarusian translations (validators.be.xlf entries 141 and 142) (dogedede)
This PR was merged into the 6.4 branch. Discussion ---------- Fix Belarusian translations (validators.be.xlf entries 141 and 142) | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #62349 | License | MIT This PR fixes two Belarusian translations in `validators.be.xlf`. The translations for entries **141** and **142** were already correct. This PR removes the `needs-review-translation` state. - File: `src/Symfony/Component/Validator/Resources/translations/validators.be.xlf` - Verified that the translations are accurate and stylistically consistent. Commits ------- b8a9837 Remove review state for Belarusian translations (entries 141 and 142)
2 parents 9951c6d + b8a9837 commit a8f8540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,11 +548,11 @@
548548
</trans-unit>
549549
<trans-unit id="141">
550550
<source>The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
551-
<target state="needs-review-translation">Малюнак мае занадта шмат пікселяў ({{ pixels }}). Максімальная дапушчальная колькасць {{ max_pixels }}.</target>
551+
<target>Малюнак мае занадта шмат пікселяў ({{ pixels }}). Максімальная дапушчальная колькасць {{ max_pixels }}.</target>
552552
</trans-unit>
553553
<trans-unit id="142">
554554
<source>This filename does not match the expected charset.</source>
555-
<target state="needs-review-translation">Гэта назва файла не адпавядае чаканаму набору знакаў.</target>
555+
<target>Гэта назва файла не адпавядае чаканаму набору знакаў.</target>
556556
</trans-unit>
557557
</body>
558558
</file>

0 commit comments

Comments
 (0)