From e21ead77ffdff206d1ae17e5ce93ea34c4227414 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 4 Jul 2025 22:45:30 +0200 Subject: Add new fonts and picker style. --- Map/Business/Stage.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Map/Business') 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" -- cgit