-
Notifications
You must be signed in to change notification settings - Fork 333
Closed
Labels
a-AndroidIssues specific to Android, or requiring Android-specific workIssues specific to Android, or requiring Android-specific worka-i18nTranslation, localization, internationalizationTranslation, localization, internationalizationa-notificationsbeta feedbackThings beta users have specifically asked forThings beta users have specifically asked for
Milestone
Description
See chat thread.
The report is only about fixing the singular/plural handling in English: we currently show "and 1 others". But to fix it, we should just internationalize this string, and then the number handling will get fixed automatically as part of that.
There's an existing TODO comment in the code for this:
'${data.senderFullName} to you and ${allRecipientIds.length - 2} others', // TODO(i18n), also plural; […]
Metadata
Metadata
Assignees
Labels
a-AndroidIssues specific to Android, or requiring Android-specific workIssues specific to Android, or requiring Android-specific worka-i18nTranslation, localization, internationalizationTranslation, localization, internationalizationa-notificationsbeta feedbackThings beta users have specifically asked forThings beta users have specifically asked for
Type
Projects
Status
Done