]> git.ipfire.org Git - thirdparty/babel.git/commit
plurals: Fix selection for chinese 249/head
authorMichael Birtwell <michael.birtwell@gmail.com>
Wed, 21 Oct 2015 21:01:59 +0000 (22:01 +0100)
committerMichael Birtwell <michael.birtwell@gmail.com>
Wed, 21 Oct 2015 21:01:59 +0000 (22:01 +0100)
commit531f666c163cfa406dfcb6545027001018995051
tree4f4660a24e14d5b7dd49f23fa4b5e9ba53f8f850
parent5116c167241d7e01870f17adf8de0a1c86744ea4
plurals: Fix selection for chinese

Provide only one option in chinese. The 3 previous options where all the
same any how and I've checked with a chinese colleague she thinks that
applies to all variants on the chinese language.

Refactor the get_plural tests a bit so they are split up to test specific
things
babel/messages/plurals.py
tests/messages/test_plurals.py