Skip to content

Commit

Permalink
Fixed Isru chag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Smith committed Jun 14, 2024
1 parent 49f84c1 commit 5c68fde
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
filePath = "Sources/KosherSwift/HebrewCalendar/HebrewDateFormatter.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "478"
endingLineNumber = "478"
startingLineNumber = "481"
endingLineNumber = "481"
landmarkName = "formatRoshChodesh(_:)"
landmarkType = "7">
</BreakpointContent>
Expand All @@ -30,8 +30,8 @@
filePath = "Sources/KosherSwift/HebrewCalendar/HebrewDateFormatter.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "479"
endingLineNumber = "479"
startingLineNumber = "482"
endingLineNumber = "482"
landmarkName = "formatRoshChodesh(_:)"
landmarkType = "7">
</BreakpointContent>
Expand All @@ -46,8 +46,8 @@
filePath = "Sources/KosherSwift/HebrewCalendar/HebrewDateFormatter.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "474"
endingLineNumber = "474"
startingLineNumber = "477"
endingLineNumber = "477"
landmarkName = "formatRoshChodesh(_:)"
landmarkType = "7">
</BreakpointContent>
Expand All @@ -62,8 +62,8 @@
filePath = "Sources/KosherSwift/HebrewCalendar/HebrewDateFormatter.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "472"
endingLineNumber = "472"
startingLineNumber = "475"
endingLineNumber = "475"
landmarkName = "formatRoshChodesh(_:)"
landmarkType = "7">
</BreakpointContent>
Expand Down
2 changes: 1 addition & 1 deletion KosherSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'KosherSwift'
s.version = '2.1.15'
s.version = '2.1.16'
s.summary = 'A Swift library for getting zmanim.'

# This description is used to generate tags and improve search results.
Expand Down
9 changes: 6 additions & 3 deletions Sources/KosherSwift/HebrewCalendar/HebrewDateFormatter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ public struct HebrewDateFormatter {
"Yom Ha'atzmaut",
"Yom Yerushalayim",
"Lag B'Omer",
"Shushan Purim Katan"
"Shushan Purim Katan",
"Isru Chag"
]

/// Hebrew holiday list
Expand Down Expand Up @@ -197,7 +198,8 @@ public struct HebrewDateFormatter {
"יום העצמאות",
"יום ירושלים",
"ל״ג בעומר",
"פורים שושן קטן"
"פורים שושן קטן",
"אסרו חג"
]

static let hebrewShortHolidays = [
Expand Down Expand Up @@ -236,7 +238,8 @@ public struct HebrewDateFormatter {
"יום העצמאות",
"יום ירושלים",
"ל״ג בעומר",
"פורים שושן קטן"
"פורים שושן קטן",
"אסרו חג"
]

static let longOmerDay = [
Expand Down

0 comments on commit 5c68fde

Please sign in to comment.