| + | {t('words')} | +{t('characters')} | +
|---|---|---|
| {t('total_words')}: | ++ {numberFormat.format(totals.words)} + | ++ + {t('characters')}: + {' '} + {numberFormat.format(totals.chars)} + | +
|
+ |
+ + {numberFormat.format(item.words)} + | ++ {numberFormat.format(item.chars)} + | +