this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Pluralization for post(s)

Srsly need a i18n lib soon

+3 -1
+3 -1
src/components/account-info.jsx
··· 643 643 > 644 644 <div> 645 645 {postingStats.daysSinceLastPost < 365 646 - ? `Last ${postingStats.total} posts in the past 646 + ? `Last ${postingStats.total} post${ 647 + postingStats.total > 1 ? 's' : '' 648 + } in the past 647 649 ${postingStats.daysSinceLastPost} day${ 648 650 postingStats.daysSinceLastPost > 1 ? 's' : '' 649 651 }`