Localization fix and export translations

This commit is contained in:
2023-04-06 10:47:51 -04:00
parent 4683b417b9
commit 9c1bb30f5f
3 changed files with 87 additions and 56 deletions

View File

@@ -9,7 +9,7 @@ import SwiftUI
struct ImageView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
Text(verbatim: /*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}