[ADDED] Ukrainian to UserProfile.LANGUAGE_CHOICES

This commit is contained in:
Peter Pfeufer
2023-05-28 17:38:51 +02:00
parent 6b932b1188
commit 3044f18900
2 changed files with 35 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ class UserProfile(models.Model):
('fr', _('French')),
('ja', _('Japanese')),
('it', _('Italian')),
('uk', _('Ukrainian')),
]
language = models.CharField(
_("Language"), max_length=10,