Fix incorrect translation string (#26492)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b14213d329
Коммит
69fc0d6f7f
@@ -83,8 +83,10 @@ function ThreadViewerRow({
|
||||
<div>
|
||||
<FormattedMessage
|
||||
id='threading.numReplies'
|
||||
defaultMessage='{replyCount, plural, =0 {Reply} =1 {# reply} other {# replies}}'
|
||||
values={{replyCount}}
|
||||
defaultMessage='{totalReplies, plural, =0 {Reply} =1 {# reply} other {# replies}}'
|
||||
values={{
|
||||
totalReplies: replyCount,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Ссылка в новой задаче
Block a user