mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:41:31 +08:00
FIX: missing ? in plural translation (#28079)
This commit is contained in:
parent
40bc0bcf98
commit
e3f03c74c4
|
@ -418,12 +418,12 @@ en:
|
|||
name: "Clear Reminders"
|
||||
description:
|
||||
one: "Are you sure you want to clear the reminder for this bookmark?"
|
||||
other: "Are you sure you want to clear the reminder for these <b>%{count}</b> bookmarks."
|
||||
other: "Are you sure you want to clear the reminder for these <b>%{count}</b> bookmarks?"
|
||||
delete_bookmarks:
|
||||
name: "Delete Bookmark"
|
||||
description:
|
||||
one: "Are you sure you want to delete this bookmark?"
|
||||
other: "Are you sure you want to delete these <b>%{count}</b> bookmarks."
|
||||
other: "Are you sure you want to delete these <b>%{count}</b> bookmarks?"
|
||||
|
||||
copy_codeblock:
|
||||
copied: "copied!"
|
||||
|
|
Loading…
Reference in New Issue
Block a user