Fix localization issues and export strings for translation

This commit is contained in:
2024-02-01 21:38:54 -05:00
parent 28f292f692
commit 611cef712f
11 changed files with 523 additions and 54 deletions

View File

@@ -35,7 +35,7 @@ struct SearchHeaderView: View {
}
var SearchText: Text {
Text(described.description)
Text(verbatim: described.description)
}
var body: some View {