Adjust wording of $unreadEmails when there is 1 unread email

finchie
Jun 27, 2024, 6:18 AM
EFVTSBSVAQP6KDKE2UW5TVNLIJYO5N7QYJ7WVE4XLVBVTNYCKA5AC

Dependencies

  • [2] XEEXWJLG Add simple end-to-end test for selectors
  • [3] 3WEPY3OX Add `locale` parameter to derived `localize()` function
  • [4] 4MRF5E76 Generate simple locale matching code in `localize()`

Change contents

  • replacement in cli_macros/tests/selectors.rs at line 21
    [2.701][2.701:756]()
    String::from("You have one unread email.")
    [2.701]
    [2.756]
    String::from("You have 1 unread email.")
  • replacement in cli_macros/tests/locale/en-US/selectors.ftl at line 3
    [2.1185][2.1185:1226]()
    [one] You have one unread email.
    [2.1185]
    [2.1226]
    [one] You have 1 unread email.