Edgewall Software

Opened 17 years ago

Closed 17 years ago

#120 closed defect (wontfix)

KEYWORDS does not take indices into consideration

Reported by: Pedro Algarvio, aka, s0undt3ch <ufs@…> Owned by: cmlenz
Priority: major Milestone:
Component: General Version: devel
Keywords: Cc:

Description

KEYWORDS defined on i18n.py doesn't take indices into consideration. I'll explain. From Python docs:

  • dngettext(domain, singular, plural, n)
    • Like ngettext(), but look the message up in the specified domain.

A keyword to use defined for the above is dngettext:2,3, meaning, what we want to include on the catalog is singular and plural, anything else can be neglected since it's not necessary for *.pot's and/or *.po's.

Change History (1)

comment:1 Changed 17 years ago by cmlenz

  • Milestone 0.5 deleted
  • Resolution set to wontfix
  • Status changed from new to closed

As discussed on IRC, this should be handled by the extraction facility that uses the Genshi Translator class IMHO.

Note: See TracTickets for help on using tickets.