Skip to content

[l10n]: Singular and plural for number of files #50986

@Valdnet

Description

@Valdnet

If the value of {count} is a number of files, then the text string should decline for singular and plural.

showError(t('files', '{count} files could not be converted', { count: failed.length }))
showSuccess(t('files', '{count} files successfully converted', { count: fileIds.length - failed.length }))

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions