mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-12 18:16:24 +01:00
[ADDED] Ukrainian to UserProfile.LANGUAGE_CHOICES
This commit is contained in:
@@ -86,6 +86,7 @@ class UserProfile(models.Model):
|
||||
('fr', _('French')),
|
||||
('ja', _('Japanese')),
|
||||
('it', _('Italian')),
|
||||
('uk', _('Ukrainian')),
|
||||
]
|
||||
language = models.CharField(
|
||||
_("Language"), max_length=10,
|
||||
|
||||
Reference in New Issue
Block a user