Edgewall Software
Modify

Ticket #1 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years 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 5 years ago.
Possible patch
keyword_indices.diff (4.8 KB) - added by palgarvio 5 years ago.

Change History

Changed 5 years ago by cmlenz

Possible patch

Changed 5 years ago by palgarvio

comment:1 Changed 5 years ago by palgarvio

  • Owner changed from cmlenz to palgarvio

comment:2 Changed 5 years ago by palgarvio

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [11]

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.