Fixes Mac Open Article URL(s) pluralisation

This commit is contained in:
Stuart Breckenridge
2023-01-08 07:30:54 +08:00
parent b62dcf8d29
commit 0cfabf23d6
5 changed files with 40 additions and 9 deletions

View File

@@ -22,7 +22,6 @@ class MasterTimelineTitleView: UIView {
set { }
get {
if let name = label.text {
#warning("This needs to be localized.")
let unreadLabel = NSLocalizedString("label.accessibility.unread", comment: "Unread label for accessiblity")
return "\(name) \(unreadCountView.unreadCount) \(unreadLabel)"
}