Ticket #2040 (closed task: wontfix)
Need to refactor pygettext
| Reported by: | faide | Owned by: | faide |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.x bugfix |
| Component: | TurboGears | Version: | 1.0.7 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by Chris Arndt) (diff)
- move it and depent files in a submodule of i18n
- merge duplicated functionality and code from toolbox.admi18n and command.i18n
- fix all dependent sources (relative imports in some of them)
- remove the main() call and optparse sytem since we don't need that stuff...
- add tests for that beast
- see if we can remove the _ installation from the admi18n init.py (sure we can) because I hate globals :)
- fix the mess this will provoke.
Change History
comment:2 Changed 4 years ago by faide
Well I moved the beast in its own module... Now the refactoring may wait a bit... :) If someone else is motivated don't hesitate but I feel we have other important tasks at hand.
Note: See
TracTickets for help on using
tickets.