Opened 8 years ago

Closed 8 years ago

#27034 closed Cleanup/optimization (fixed)

Make makemessages independent of USE_I18N

Reported by: Claude Paroz Owned by: Claude Paroz
Component: Internationalization Version: dev
Severity: Normal Keywords:
Cc: 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

Currently the makemessages command forces USE_I18N to True before running. This is mostly to be able to use the templatize function which is located in trans_real.py.
I'm suggesting that we isolate templatize in its own file to get rid of this settings manipulation.

Change History (3)

comment:1 by Claude Paroz, 8 years ago

Has patch: set

comment:2 by Tim Graham, 8 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Claude Paroz <claude@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 5fb22b4d:

Fixed #27034 -- Made makemessages independent of USE_I18N

Thanks Tim Graham for the review.

Note: See TracTickets for help on using tickets.
Back to Top