Use plural forms

Bug #1511858 reported by David Planella
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Telegram app
New
Undecided
Unassigned

Bug Description

The scope code has these as separate strings:

- %1 new message
- %1 new messages

It'd be best to use plural forms so that they appear in a single string and so it works for languages with multiple plurals.

Tags: i18n v2
David Planella (dpm)
tags: added: v2
Revision history for this message
GunChleoc (gunchleoc) wrote :

I have identified some more:

%1 members

%1 members, %2 online

Best split this one up into 2 strings - I only need the plural form for "%1 members", but other languages might need it for "%2 online" as well.

Revision history for this message
GunChleoc (gunchleoc) wrote :

And another one:

%1 are typing

This string has already been fixed for another occurrence, but at least one is still left that isn't using plural forms.

The correct string ha the translators comments:

TRANSLATORS: Indicates in the chat header who is typing.
TRANSLATORS: Indicates in the chat header which contacts are typing.

And the wrong string has the translators comment:

TRANSLATORS: Indicates in the chat header which contacts are typing.

Michał Karnicki (karni)
tags: added: i18n
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.