# HG changeset patch # User jruigrok # Date 1197460908 0 # Node ID 4b840d9f232bf509aea76143555e4d20df362309 # Parent c2ec642f0db1d6ef3f3c3a99ec5826bb34fad12e 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