Added Bhojpuri and Tulu.
authorhg@fossee.in
Sat, 05 Sep 2009 04:41:28 -0400
changeset 24 7bf724544c9b
parent 23 6441f3da4b2e
child 25 ac6b2a75eecb
Added Bhojpuri and Tulu.
upload/models.py
--- a/upload/models.py	Fri Sep 04 10:39:09 2009 -0400
+++ b/upload/models.py	Sat Sep 05 04:41:28 2009 -0400
@@ -6,6 +6,7 @@
 	LANGUAGE_CHOICES = (
     ('Assamese', 'Assamese/Axomiya'),
     ('Bengali', 'Bengali'),
+    ('Bhojpuri', 'Bhojpuri'),
     ('Bodo', 'Bodo'),
     ('Dogri', 'Dogri'),
     ('English', 'English'),
@@ -26,6 +27,7 @@
     ('Sindhi', 'Sindhi'),
     ('Tamil', 'Tamil'),
     ('Telugu', 'Telugu'),
+    ('Tulu', 'Tulu'),
     ('Urdu', 'Urdu'),
     ('Other', 'Other')
     )