Apply translations

Closes: #1134
This commit is contained in:
transifex-integration[bot]
2023-05-24 15:16:45 -07:00
committed by William Casarin
parent 47a74257c8
commit d6ecf14b55
24 changed files with 128 additions and 51 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ struct SupporterBadge_Previews: PreviewProvider {
HStack(alignment: .center) {
SupporterBadge(percent: p)
.frame(width: 50)
Text("\(p)")
Text(verbatim: p.formatted())
.frame(width: 50)
}
}