Merge remote-tracking branch 'github/translations'

This commit is contained in:
William Casarin
2023-04-06 08:35:24 -07:00
16 changed files with 104 additions and 63 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@*/)
}
}