Skip to content

localization issue with countables

// Singular means 1 but here "the singular" is also for counts 21,31,41.. and there should be plural form. // Why don't you use variable %1 here to help in localizations? folderPage.tooltipMsg = i18n.tr("Pasted item", "Pasted items", folderModel.model.clipboardUrlsCounter)

Merge request reports