Modify ↓
Ticket #1 (closed defect: fixed)
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
Change History
Changed 5 years ago by cmlenz
- Attachment keywords.diff added
Note: See
TracTickets for help on using
tickets.

Possible patch