mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-24 04:03:03 -04:00
Merge pull request #932 from kiwix/931-add-space-in-label
Add space in article count label
This commit is contained in:
commit
b2a2040f00
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user