Strings
# Updated
- DAY: "{count, plural, =1 {day} other {{count} days}}"
+ DAY: "{count, plural, =1 {day} other {# days}}"
- GUILD_FRIENDS_MODAL_HEADER: "{numFriends, plural, =0 {0 Friends} one {1 Friend} other {{numFriends} Friends}} in {guildName}"
+ GUILD_FRIENDS_MODAL_HEADER: "{numFriends, plural, =0 {# Friends} one {# Friend} other {# Friends}} in {guildName}"
- GUILD_FRIENDS_MODAL_HEADER_LOADING: "{numFriends, plural, =0 {Friends} one {1+ Friend} other {{numFriends}+ Friends}} in {guildName}"
+ GUILD_FRIENDS_MODAL_HEADER_LOADING: "{numFriends, plural, =0 {Friends} one {#+ Friend} other {#+ Friends}} in {guildName}"
- 66UdFh: "{unreadsCount, plural, one {{unreadsCount} more mention} other {{unreadsCount} more mentions}}"
+ 66UdFh: "{unreadsCount, plural, one {# more mention} other {# more mentions}}"
- JiNPo6: "and {attachmentsCount, plural, one {1 attachment} other {{attachmentsCount} attachments}}"
+ JiNPo6: "and {attachmentsCount, plural, one {# attachment} other {# attachments}}"
- INVITE_URGENT_DAYS_MESSAGE_PLACEHOLDER: "hey join me on Discord! Invite expires in {numDays, plural, one {1 day} other {{numDays} days}}. {link}"
+ INVITE_URGENT_DAYS_MESSAGE_PLACEHOLDER: "hey join me on Discord! Invite expires in {numDays, plural, one {# day} other {# days}}. {link}"
- INVITE_URGENT_HOURS_MESSAGE_PLACEHOLDER: "hey join me on Discord! Invite expires in {numHours, plural, one {1 hour} other {{numHours} hours}}. {link}"
+ INVITE_URGENT_HOURS_MESSAGE_PLACEHOLDER: "hey join me on Discord! Invite expires in {numHours, plural, one {# hour} other {# hours}}. {link}"
- INVITE_URGENT_MINUTES_PLACEHOLDER: "hey join me on Discord! Invite expires in {numMinutes, plural, one {1 minute} other {{numMinutes} minutes}}. {link}"
+ INVITE_URGENT_MINUTES_PLACEHOLDER: "hey join me on Discord! Invite expires in {numMinutes, plural, one {# minute} other {# minutes}}. {link}"
- MONTH: "{count, plural, =1 {month} other {{count} months}}"
+ MONTH: "{count, plural, =1 {month} other {# months}}"
- YEAR: "{count, plural, =1 {year} other {{count} years}}"
+ YEAR: "{count, plural, =1 {year} other {# years}}"