ubuntu-translations-coordinators team mailing list archive
-
ubuntu-translations-coordinators team
-
Mailing list archive
-
Message #09199
[Bug 1363401] Re: Use plural forms where appropriate
Thanks for fixing this! Do note that now that the message is a full "%1
event"/"%1 events", the comment for translators is not really relevant
anymore:
196 + // TRANSLATORS: the first parameter refers to the number of all-day events
197 + // on a given day. "Ev." is short form for "Events".
198 + // Please keep the translation of "Ev." to 3 characters only, as the week view
199 + // where it's shown has limited space
200 + return i18n.tr("%1 event", "%1 events", events.length).arg(events.length)
FWIW, from a translation POV, it is fine to keep the short form, it's
just that it needs to use plural forms (eg. i18n.tr("%1 Ev.", "%1 Ev.",
events.length) is good enough if you need it to remain short text).
--
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
Matching subscriptions: Ubuntu Translations bug mail
https://bugs.launchpad.net/bugs/1363401
Title:
Use plural forms where appropriate
Status in Ubuntu Calendar App:
Fix Committed
Status in Ubuntu Translations:
Triaged
Bug description:
Following messages in ../AllDayEventComponent.qml need to use plural
forms:
"%1 Ev." (debatable because of length duration, but can't hurt)
"%1 All day events"
Note that plural forms are required even if you know that there will
be more than one, since languages like Serbian use the noun form
depending on the last digit of the number (eg. twenty-one will use the
same form as one).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1363401/+subscriptions