mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Fix locales
This commit is contained in:
@@ -49,16 +49,16 @@ struct VideoStatsRow: View {
|
||||
Text(publishedText)
|
||||
.onTapGesture { showFormattedDate.toggle() }
|
||||
} else if isLoadingAPIStats {
|
||||
Text("2 weeks ago")
|
||||
Text(verbatim: "2 weeks ago")
|
||||
.redacted(reason: .placeholder)
|
||||
}
|
||||
|
||||
// View count
|
||||
if let viewCount = video.formattedViewCount {
|
||||
Text("•")
|
||||
Text(verbatim: "•")
|
||||
Text("video.views \(viewCount)")
|
||||
} else if isLoadingAPIStats {
|
||||
Text("•")
|
||||
Text(verbatim: "•")
|
||||
Text("video.views 1.2M")
|
||||
.redacted(reason: .placeholder)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user