Add Polish to language selections

This commit is contained in:
Ariel Rin
2024-05-12 19:44:30 +10:00
parent 2aeef63565
commit 2ba0412890
3 changed files with 20 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ class UserProfile(models.Model):
JAPANESE = 'ja', _('Japanese')
ITALIAN = 'it', _('Italian')
UKRAINIAN = 'uk', _('Ukrainian')
POLISH = 'pl', _("Polish")
user = models.OneToOneField(
User,