Adjust wording of $unreadEmails when there is 1 unread email
Dependencies
- [2]
XEEXWJLGAdd simple end-to-end test for selectors - [3]
3WEPY3OXAdd `locale` parameter to derived `localize()` function - [4]
4MRF5E76Generate simple locale matching code in `localize()`
Change contents
- replacement in cli_macros/tests/selectors.rs at line 21
String::from("You have one unread email.")String::from("You have 1 unread email.") - replacement in cli_macros/tests/locale/en-US/selectors.ftl at line 3
[one] You have one unread email.[one] You have 1 unread email.