changeset 32:98ac88c07ee1

Comment preview locale
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Fri, 23 Jul 2021 13:38:54 +0100
parents e521236028e0
children 462c1e823c8f
files Simoleon/ContentView.swift
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"))
     }
 }