Export strings for translation

This commit is contained in:
2023-04-13 18:37:58 +02:00
parent d9285ab3ca
commit 32bb8c365d
4 changed files with 18 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ struct ContentView: View {
@Environment(\.colorScheme) var colorScheme
var mystery: some View {
Text("Are you lost?")
Text("Are you lost?", comment: "Text asking the user if they are lost in the app.")
.id("what")
}