# HG changeset patch # User Dennis Concepción Martín # Date 1627043934 -3600 # Node ID 98ac88c07ee1544a7a9b388f4994ac5c8271b37a # Parent e521236028e09eaea9793e2f202bf37cad76d60e Comment preview locale diff -r e521236028e0 -r 98ac88c07ee1 Simoleon/ContentView.swift --- a/Simoleon/ContentView.swift Fri Jul 23 13:38:44 2021 +0100 +++ b/Simoleon/ContentView.swift Fri Jul 23 13:38:54 2021 +0100 @@ -59,6 +59,6 @@ struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() - .environment(\.locale, .init(identifier: "es")) +// .environment(\.locale, .init(identifier: "es")) } }