Skip to content

notif: Translate "to you and N others", handling number properly #573

@gnprice

Description

@gnprice

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 worka-i18nTranslation, localization, internationalizationa-notificationsbeta feedbackThings beta users have specifically asked for

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions