8000 minor #13572 [Validator] Add a Russian translation for invalid charse… · symfony/symfony@c05395c · GitHub
[go: up one dir, main page]

Skip to content

Commit c05395c

Browse files
committed
minor #13572 [Validator] Add a Russian translation for invalid charset message (vadim2404)
This PR was merged into the 2.3 branch. Discussion ---------- [Validator] Add a Russian translation for invalid charset message | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT Commits ------- 503f061 [Validator] Add a Russian translation for invalid charset message
2 parents 8a9a3ef + 503f061 commit c05395c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@
278278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279279
<target>Значение не должно быть идентичным {{ compared_value_type }} {{ compared_value }}.</target>
280280
</trans-unit>
281+
<trans-unit id="80">
282+
<source>This value does not match the expected {{ charset }} charset.</source>
283+
<target>Значение не совпадает с ожидаемой {{ charset }} кодировкой.</target>
284+
</trans-unit>
281285
</body>
282286
</file>
283287
</xliff>

0 commit comments

Comments
 (0)
0