diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 22:45:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 22:45:30 +0200 |
| commit | e21ead77ffdff206d1ae17e5ce93ea34c4227414 (patch) | |
| tree | 816908ddf90aaf99a6476ab364f8a13c193b99c4 /Map/Business | |
| parent | c843d34f56c207abcf4b93e424125eea2dc601e0 (diff) | |
Add new fonts and picker style.
Diffstat (limited to 'Map/Business')
| -rw-r--r-- | Map/Business/Stage.swift | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Map/Business/Stage.swift b/Map/Business/Stage.swift index 4f737a1..4a1b834 100644 --- a/Map/Business/Stage.swift +++ b/Map/Business/Stage.swift @@ -12,6 +12,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see https://map.tranquil.systems. +import SwiftUI + struct Stage { let i: String let ii: String @@ -125,7 +127,7 @@ struct Stage { } } - static func title(_ type: StageType) -> String { + static func title(_ type: StageType) -> LocalizedStringKey { switch type { case .general: return "Activities" |