Merge pull request #932 from kiwix/931-add-space-in-label

Add space in article count label
This commit is contained in:
Kelson 2024-08-13 20:51:34 +02:00 committed by GitHub
commit b2a2040f00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ struct ZimFileRow: View {
Formatter.dateShort.string(from: zimFile.created),
Formatter.size.string(fromByteCount: zimFile.size),
{
"\(zimFile.articleCount.formatted(.number.notation(.compactName)))" +
"\(zimFile.articleCount.formatted(.number.notation(.compactName))) " +
"zim_file_cell_article_count_suffix".localized
}()
].joined(separator: ", ")).font(.caption)