mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 13:08:55 +08:00
FIX: Correctly pluralize sidebar strings (#17572)
This commit is contained in:
parent
326643d08a
commit
6e2199cd58
@ -4056,8 +4056,12 @@ en:
|
||||
redirect_after_success: "Second factor authentication is successful. Redirecting to the previous page…"
|
||||
|
||||
sidebar:
|
||||
unread_count: "%{count} unread"
|
||||
new_count: "%{count} new"
|
||||
unread_count:
|
||||
one: "%{count} unread"
|
||||
other: "%{count} unread"
|
||||
new_count:
|
||||
one: "%{count} new"
|
||||
other: "%{count} new"
|
||||
toggle_section: "toggle section"
|
||||
sections:
|
||||
messages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user