Fix localization issues and export strings for translation

This commit is contained in:
2023-12-07 14:49:07 -08:00
parent 14fd06c052
commit 9d42715d76
14 changed files with 463 additions and 43 deletions

View File

@@ -100,7 +100,7 @@ struct DamusVideoPlayer: View {
private var live_indicator: some View {
VStack {
HStack {
Text("LIVE")
Text("LIVE", comment: "Text indicator that the video is a livestream.")
.bold()
.foregroundColor(.red)
.padding(.horizontal)