Fix localization issues and export strings for translation

This commit is contained in:
2023-04-06 21:05:49 -04:00
parent 8679da1275
commit 6c7f8cdbe5
4 changed files with 12 additions and 12 deletions

View File

@@ -142,7 +142,7 @@ struct TranslateView: View {
case .trying:
Text("")
case .translating:
Text("Translating...")
Text("Translating...", comment: "Text to display when waiting for the translation of a note to finish processing before showing it.")
.foregroundColor(.gray)
.font(.footnote)
.padding([.top, .bottom], 10)