Skip to content

Commit ca39e2c

Browse files
committed
Fix post.num_comments format error. Close #1345
1 parent 0ff22b5 commit ca39e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/messages+intl-icu.ar.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
</trans-unit>
311311
<trans-unit id="post.num_comments">
312312
<source>post.num_comments</source>
313-
<target>{count, plural, one {# comment} اخرى {# comments}}</target>
313+
<target>{count, plural, one {# تعليق} other {# تعليقات}}</target>
314314
</trans-unit>
315315
<trans-unit id="post.commented_on">
316316
<source>post.commented_on</source>

0 commit comments

Comments
 (0)