Make the nk20 usable for pirates

This commit is contained in:
Alexandre Iooss 2020-09-13 20:05:06 +02:00
parent 670556c59e
commit 0f53ac45f7
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
5 changed files with 3057 additions and 6 deletions

View file

@ -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')),
]