Edgewall Software

Ticket #1 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

KEYWORDS does not take indices into consideration

Reported by: palgarvio Owned by: palgarvio
Priority: major Milestone:
Component: General Version:
Keywords: Cc:

Description

KEYWORDS defined on extract.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.

Attachments

keywords.diff (1.6 kB) - added by cmlenz 15 months ago.
Possible patch
keyword_indices.diff (4.8 kB) - added by palgarvio 15 months ago.

Change History

Changed 15 months ago by cmlenz

Possible patch

Changed 15 months ago by palgarvio

Changed 15 months ago by palgarvio

  • owner changed from cmlenz to palgarvio

Changed 15 months ago by palgarvio

  • status changed from new to closed
  • resolution set to fixed

Fixed in [11]

Add/Change #1 (KEYWORDS does not take indices into consideration)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.