Skip to content

Commit

Permalink
Update return value
Browse files Browse the repository at this point in the history
  • Loading branch information
NOTB4D committed Feb 13, 2023
1 parent f62a110 commit 69e77e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/iDonateAlert/Localizer/Locale+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public enum iDonateAlertLocale {

public var locale: Locale {
switch self {
case .tr: return Locale.en
case .en: return Locale.tr
case .tr: return Locale.tr
case .en: return Locale.en
}
}
}
Expand Down

0 comments on commit 69e77e9

Please sign in to comment.