Modify ↓
Ticket #111 (new enhancement)
EggTranslations-like mechanism
| Reported by: | cmlenz | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | General | Version: | 0.9.2 |
| Keywords: | Cc: |
Description
It'd be nice if Babel provided a way to load localized resources from Python eggs. Using such a mechanism, localizations can be delivered in packages separate from the main package, kind of like "language packs".
See http://svn.osafoundation.org/eggtranslations/trunk/ for the original EggTranslations package that was developed for the Chandler project.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Well language packs are great, but how does it fit Babel if EggTranslations already exists?
Have Babel write down the possible configuration files for EggTranslations?
Provide our own version of EggTranslations?
Just trying to get your whole idea to see if I grab this ticket or not ;)