Add support for translation plurals

Contributes to CL-1152
This commit is contained in:
Ian Paschal 2018-12-10 14:54:45 +01:00
parent df0ae20dde
commit 2db5d2b231

View file

@ -57,7 +57,7 @@ UM.Dialog
var topLine
if (materialsAreKnown(printer.activePrintJob))
{
topLine = catalog.i18nc("@label", "The assigned printer, %1, requires the following configuration change(s):").arg(printer.name)
topLine = catalog.i18ncp("@label", "The assigned printer, %1, requires the following configuration change:", "The assigned printer, %1, requires the following configuration changes:").arg(printer.name)
}
else
{