Various improvements

This commit is contained in:
Ilya Laktyushin
2024-03-25 22:36:51 +04:00
parent 3d6c9b1745
commit 54a90be1f4
11 changed files with 235 additions and 39 deletions

View File

@@ -107,7 +107,7 @@ public func stringForMonth(strings: PresentationStrings, month: Int32, ofYear ye
}
}
private func monthAtIndex(_ index: Int, strings: PresentationStrings) -> String {
func monthAtIndex(_ index: Int, strings: PresentationStrings) -> String {
switch index {
case 0:
return strings.Month_ShortJanuary