summaryrefslogtreecommitdiff
path: root/babel/messages/plurals.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023Aarni Koskela2023-02-281-1/+1
* Apply ruff I category fixesAarni Koskela2023-01-181-1/+1
* Add type annotations (#934)Jonah Lawrence2023-01-111-5/+6
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
* fix maltese pluralsLukas Winkler2022-01-281-1/+1
* Update copyright year to 2022Aarni Koskela2022-01-251-1/+1
* Become 2.9.1Aarni Koskela2021-04-281-1/+1
* Bump copyright year from 2019 to 2020Aarni Koskela2020-11-111-1/+1
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-271-1/+1
* Update copyright header years, and include the Babel teamAarni Koskela2018-02-021-1/+1
* Updated plurals.py to match Mozilla and CLDR referencesMax Shenfield2016-07-111-8/+13
* plurals: correct plural forms for cs and sk localesYuriy Shatrov2016-04-051-2/+2
* Fix typo and add semicolon in plural_formsLukas B2015-12-301-3/+3
* plurals: Fix selection for chineseMichael Birtwell2015-10-211-4/+2
* Some codestyle updates in babel.messages.pluralsArmin Ronacher2013-07-251-0/+3
* License clarification and cleanupArmin Ronacher2013-07-241-13/+9
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* Get rid of the utility code for itemgetter(), we now simply import thisJeroen Ruigrok van der Werven2011-03-051-1/+1
* Fix Serbian plural forms (ticket #213).Jeroen Ruigrok van der Werven2010-04-111-1/+1
* fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decodePhilip Jenvey2008-10-081-2/+1
* Added babel.messages.plurals.get_plural which returns a special tuple with th...Armin Ronacher2008-07-011-0/+63
* More preparation for msgctxt support (#54).Christopher Lenz2008-06-111-5/+5
* Add a Plural-Forms for Cymraeg (Welsh).Jeroen Ruigrok van der Werven2008-01-201-1/+1
* Assume that, since Chuvash is a Turkic language, Chuvash follows the sameJeroen Ruigrok van der Werven2007-12-311-1/+1
* Given Dzongkha's relation to Tibetan for now assume the same plurality rulesJeroen Ruigrok van der Werven2007-12-311-1/+1
* Add commented ISO 639-1 codes up to 'e'.Jeroen Ruigrok van der Werven2007-12-311-0/+52
* Add a definition for Lao.Jeroen Ruigrok van der Werven2007-12-301-0/+2
* Use consistent English names for all language names.Jeroen Ruigrok van der Werven2007-12-131-5/+5
* Add plural forms definition for Tibetan.Jeroen Ruigrok van der Werven2007-12-121-0/+2
* Add a plurals definition for Thai.Jeroen Ruigrok van der Werven2007-12-061-0/+2
* Add actual data structures for handling message catalogs, so that more code c...Christopher Lenz2007-06-081-0/+2
* Rename the `babel.catalog` package to `babel.messages` for consistency with t...Christopher Lenz2007-06-081-0/+133