Skip to content

l10n: Plural not working #9620

Description

@rakekniven

Current code is not working for multi plural languages like polish.
For german it is not ok as well. See Tx

const auto message = sandboxFolderCount == 1
? tr("A sync folder requires access re-approval after the app update. Please open settings to grant access.")
: tr("%n sync folders require access re-approval after the app update. Please open settings to grant access.", "", sandboxFolderCount);

Issue raised by estonian translator.
https://app.transifex.com/nextcloud/nextcloud/translate/#et_EE/client/614932321

@i2h3 git blame brought me to you

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions