FIX: missing ? in plural translation (#28079)
This commit is contained in:
parent
40bc0bcf98
commit
e3f03c74c4
|
@ -418,12 +418,12 @@ en:
|
||||||
name: "Clear Reminders"
|
name: "Clear Reminders"
|
||||||
description:
|
description:
|
||||||
one: "Are you sure you want to clear the reminder for this bookmark?"
|
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:
|
delete_bookmarks:
|
||||||
name: "Delete Bookmark"
|
name: "Delete Bookmark"
|
||||||
description:
|
description:
|
||||||
one: "Are you sure you want to delete this bookmark?"
|
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:
|
copy_codeblock:
|
||||||
copied: "copied!"
|
copied: "copied!"
|
||||||
|
|
Loading…
Reference in New Issue