lang: added translation for Show week numbers

This commit is contained in:
Serhiy Mytrovtsiy
2026-02-22 11:18:03 +01:00
parent 157477ad29
commit 28395c6dfd
40 changed files with 39 additions and 2 deletions

View File

@@ -355,7 +355,7 @@ private class CalendarView: NSStackView {
private func weekNumberHeaderItem() -> NSView {
let view = NSTextField()
let cell = VerticallyCenteredTextFieldCell(textCell: localizedString("Wk"))
let cell = VerticallyCenteredTextFieldCell(textCell: "")
view.cell = cell
view.alignment = .center
view.textColor = .secondaryLabelColor