Localizations

This commit is contained in:
Arkadiusz Fal
2022-09-04 17:28:30 +02:00
parent 2d51f6adff
commit b66e177114
33 changed files with 2180 additions and 122 deletions

View File

@@ -1,7 +1,7 @@
import SwiftUI
struct TrendingCountry: View {
static let prompt = "Country Name or Code"
static let prompt = "Country Name or Code".localized()
@Binding var selectedCountry: Country
@StateObject private var store = Store(Country.allCases)