Skip to content

Commit 5267f09

Browse files
committed
Add missing validation message for Ukrainian language
1 parent 8df69d4 commit 5267f09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/Resources/translations/validators.uk.xlf

Lines changed: 4 additions & 0 deletions
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)