Babel v0.9.3 Release Notes

  • ๐Ÿš€ (released on July 9th 2008)

    • ๐Ÿ›  Fixed invalid message extraction methods causing an UnboundLocalError.
    • Extraction method specification can now use a dot instead of the colon to separate module and function name (:trac:105).
    • ๐Ÿ›  Fixed message catalog compilation for locales with more than two plural forms (:trac:95).
    • ๐Ÿ›  Fixed compilation of message catalogs for locales with more than two plural forms where the translations were empty (:trac:97).
    • The stripping of the comment tags in comments is optional now and is done for each line in a comment.
    • โž• Added a JavaScript message extractor.
    • โšก๏ธ Updated to CLDR 1.6.
    • ๐Ÿ›  Fixed timezone calculations when formatting datetime and time values.
    • โž• Added a get_plural function into the plurals module that returns the correct plural forms for a locale as tuple.
    • โž• Added support for alias definitions in the CLDR data files, meaning that the chance for items missing in certain locales should be greatly reduced (:trac:68).