Add languages
This commit is contained in:
parent
e6aeaa5741
commit
6c7fee843c
|
@ -131,6 +131,8 @@ class Feature(models.Model):
|
|||
LANGUAGE_CHOICES = (
|
||||
('en', 'English'),
|
||||
('es', 'Spanish'),
|
||||
('un', 'Unknown'),
|
||||
('xx', '(code)'),
|
||||
)
|
||||
|
||||
NAME_TYPE_CHOICES = (
|
||||
|
|
Loading…
Reference in New Issue
Block a user