Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
babel: Tools for internationalizing Python applications
- Summary
- Babel is composed of two major parts:
* tools to build and work with gettext message catalogs
* a Python interface to the CLDR (Common Locale Data Repository),
providing access to various locale display names, localized number
and date formatting, etc.
Changelog
- * Fri Jun 29 17:00:00 2007 Jeffrey C. Ollie <jeff{%}ocjtech{*}us> - 0.8-3
- Replace patch with one that actually applies.
- * Fri Jun 29 17:00:00 2007 Jeffrey C. Ollie <jeff{%}ocjtech{*}us> - 0.8-2
- Apply upstream patch to rename command line script to "pybabel" - BZ#246208
- * Thu Jun 21 17:00:00 2007 Jeffrey C. Ollie <jeff{%}ocjtech{*}us> - 0.8-1
- First version for Fedora