Apply translations

Closes: #1134
This commit is contained in:
transifex-integration[bot]
2023-05-14 13:46:45 +00:00
committed by William Casarin
parent 47a74257c8
commit d6ecf14b55
24 changed files with 128 additions and 51 deletions

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)
}
}