mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-24 04:03:03 -04:00
Add space in article count label
This commit is contained in:
parent
04cbd5ab9a
commit
43e0aace56
@ -36,7 +36,7 @@ struct ZimFileRow: View {
|
|||||||
Formatter.dateShort.string(from: zimFile.created),
|
Formatter.dateShort.string(from: zimFile.created),
|
||||||
Formatter.size.string(fromByteCount: zimFile.size),
|
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
|
"zim_file_cell_article_count_suffix".localized
|
||||||
}()
|
}()
|
||||||
].joined(separator: ", ")).font(.caption)
|
].joined(separator: ", ")).font(.caption)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user