Skip to content

Commit 05921be

Browse files
committed
minor #486 Add missing validation message for Russian (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Add missing validation message for Russian The `post.too_many_tags` key isn't translated Commits ------- a8b3a68 Add missing validation message for Russian
2 parents 79366d3 + a8b3a68 commit 05921be

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)