Skip to content

Instantly share code, notes, and snippets.

@hirauchg
Created August 6, 2020 14:34
Show Gist options
  • Save hirauchg/291e3e862757db95e60f9270807e489b to your computer and use it in GitHub Desktop.
Save hirauchg/291e3e862757db95e60f9270807e489b to your computer and use it in GitHub Desktop.
多言語対応
struct ContentView: View {
var body: some View {
Text(verbatim: "test")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment