changeset 297:4b840d9f232b

Add plural forms definition for Tibetan. Discussed in private with Andrew West, well-known and respect Sino-Tibetan scholar and Unicode contributor.
author jruigrok
date Wed, 12 Dec 2007 12:01:48 +0000
parents c2ec642f0db1
children 257534b131bd
files babel/messages/plurals.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
Copyright (C) 2012-2017 Edgewall Software