Opened 6 years ago

Closed 6 years ago

#29734 closed New feature (wontfix)

Added option to sort message strings for translations by msgid

Reported by: Eugene Bespaly Owned by: nobody
Component: Internationalization Version: dev
Severity: Normal Keywords: i18n, makemessages
Cc: Vishvajit Pathak Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

gettext utils support --sort-output argument

PR: https://github.com/django/django/pull/9295

Change History (6)

comment:1 by Vishvajit Pathak, 6 years ago

Cc: Vishvajit Pathak added

comment:2 by Carlton Gibson, 6 years ago

Triage Stage: UnreviewedAccepted

OK. I guess this is a reasonable addition.

comment:3 by Carlton Gibson, 6 years ago

Triage Stage: AcceptedReady for checkin

Patch looks fine.

comment:4 by Claude Paroz, 6 years ago

I am just a bit worried that we will finally add all gettext parameters to the management command options.
Would it be possible to imagine a mechanism to specify options to be passed-through to the underlying gettext programs?

comment:5 by Claude Paroz, 6 years ago

I'm sorry not to have reacted before, but it just occurred to me that we documented how to add specific xgettext options to makemessages:
https://docs.djangoproject.com/en/2.1/topics/i18n/translation/#customizing-makemessages

Therefore, I think this should be a won't fix issue.

comment:6 by Tim Graham, 6 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top