mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-20 17:41:55 +02:00
Make the nk20 usable for pirates
This commit is contained in:
@ -154,6 +154,7 @@ from django.utils.translation import gettext_lazy as _
|
||||
LANGUAGES = [
|
||||
('de', _('German')),
|
||||
('en', _('English')),
|
||||
('en-pirate', _('Pirate Slang')),
|
||||
('es', _('Spanish')),
|
||||
('fr', _('French')),
|
||||
]
|
||||
|
Reference in New Issue
Block a user