Opened 14 years ago

Closed 14 years ago

#1939 closed defect (fixed)

Improper i18n string in record-activity

Reported by: cjl Owned by: alsroot
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Record Version: Unspecified
Severity: Unspecified Keywords: localization
Cc: khaled Distribution/OS: Unspecified
Bug Status: New

Description

Originally filed as:
http://dev.laptop.org/ticket/6536

Many languages have different plural forms, record should use gettext plural forms for strings like this.

#. TRANS: 7 photos
#: constants.py:153
#, python-format
msgid "%(1)s photos"
msgstr ""

This issue is still current. particularly for languages with complex plural forms, like Arabic.

Change History (1)

Note: See TracTickets for help on using tickets.