# HG changeset patch # User jruigrok # Date 1197460908 0 # Node ID f3e1cbfa47380693e8f15df50dc55e9adbab0ab3 # Parent 26c63027b132e4eb5e8a32e30a88ae42e6bbb083 Add plural forms definition for Tibetan. Discussed in private with Andrew West, well-known and respect Sino-Tibetan scholar and Unicode contributor. diff --git a/babel/messages/plurals.py b/babel/messages/plurals.py --- a/babel/messages/plurals.py +++ b/babel/messages/plurals.py @@ -22,6 +22,8 @@ 'bg': (2, '(n != 1)'), # Bengali - From Pootle's PO's 'bn': (2, '(n != 1)'), + # Tibetan - as discussed in private with Andrew West + 'bo': (1, '0'), # Catalan - From Pootle's PO's 'ca': (2, '(n != 1)'), # Czech