We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03a905 commit 503f061Copy full SHA for 503f061
src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf
@@ -278,6 +278,10 @@
278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279
<target>Значение не должно быть идентичным {{ compared_value_type }} {{ compared_value }}.</target>
280
</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>
285
</body>
286
</file>
287
</xliff>
0 commit comments