changeset 297:24418e7f9ee5 trunk

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 dda88b342908
children 03b4ed33d413
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