Skip to content

Commit 503f061

Browse files
author
Vadim Kharitonov
committed
[Validator] Add a Russian translation for invalid charset message
1 parent d03a905 commit 503f061

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)