Mercurial > public > simoleon
comparison Simoleon/ContentView.swift @ 32:98ac88c07ee1
Comment preview locale
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Fri, 23 Jul 2021 13:38:54 +0100 |
parents | f76d0e26c178 |
children | d25b02d439d4 |
comparison
equal
deleted
inserted
replaced
31:e521236028e0 | 32:98ac88c07ee1 |
---|---|
57 } | 57 } |
58 | 58 |
59 struct ContentView_Previews: PreviewProvider { | 59 struct ContentView_Previews: PreviewProvider { |
60 static var previews: some View { | 60 static var previews: some View { |
61 ContentView() | 61 ContentView() |
62 .environment(\.locale, .init(identifier: "es")) | 62 // .environment(\.locale, .init(identifier: "es")) |
63 } | 63 } |
64 } | 64 } |