Babel v0.9.5 Release Notes

  • ๐Ÿš€ (released on April 6th 2010)

    • ๐Ÿ›  Fixed the case where messages containing square brackets would break with an unpack error.
    • Backport of r467: Fuzzy matching regarding plurals should NOT be checked against len(message.id) because this is always 2, instead, it's should be checked against catalog.num_plurals (:trac:212).