changeset 301:5c7905a26f0f trunk

Add a definition for Lao.
author jruigrok
date Sun, 30 Dec 2007 16:03:10 +0000
parents f38cf2625c5b
children 3306aa2ec589
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
@@ -84,6 +84,8 @@
     'ko': (1, '0'),
     # Kurdish - From Pootle's PO's
     'ku': (2, '(n != 1)'),
+    # Lao - Another member of the Tai language family, like Thai.
+    'lo': (1, '0'),
     # Lithuanian
     'lt': (3, '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)'),
     # Latvian
Copyright (C) 2012-2017 Edgewall Software