Add languages

This commit is contained in:
Schuyler Erle 2011-08-31 01:53:53 +02:00
parent e6aeaa5741
commit 6c7fee843c

View File

@ -131,6 +131,8 @@ class Feature(models.Model):
LANGUAGE_CHOICES = (
('en', 'English'),
('es', 'Spanish'),
('un', 'Unknown'),
('xx', '(code)'),
)
NAME_TYPE_CHOICES = (