diff babel/messages/plurals.py @ 313:2d039dbe2f52

Add a Plural-Forms for Cymraeg (Welsh). See #71
author jruigrok
date Sun, 20 Jan 2008 15:32:56 +0000
parents e6fc64278d1c
children 662d332c0a2b
line wrap: on
line diff
--- a/babel/messages/plurals.py
+++ b/babel/messages/plurals.py
@@ -75,7 +75,7 @@
     # Chuvash
     'cv': (1, '0'),
     # Welsh
-    # 'cy': (),
+    'cy': (5, 'n==1 ? 1 : n==2 ? 2 : n==3 ? 3 : n==6 ? 4 : 0'),
     # Danish
     'da': (2, '(n != 1)'),
     # German
Copyright (C) 2012-2017 Edgewall Software