Skip to content

Commit a8b3a68

Browse files
committed
Add missing validation message for Russian
1 parent 8df69d4 commit a8b3a68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/Resources/translations/validators.ru.xlf

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<source>post.too_short_content</source>
1515
<target>Содержание записи слишком короткое (минимум {{ limit }} символов).</target>
1616
</trans-unit>
17+
<trans-unit id="post.too_many_tags">
18+
<source>post.too_many_tags</source>
19+
<target>Слишком много тегов (добавьте {{ limit }} тегов или меньше)</target>
20+
</trans-unit>
1721
<trans-unit id="comment.blank">
1822
<source>comment.blank</source>
1923
<target>Пожалуйста, не оставляйте текст комментария пустым!</target>

0 commit comments

Comments
 (0)