mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Localizations
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user