1
0
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:
Alexandre Iooss
2020-09-13 20:05:06 +02:00
parent 670556c59e
commit 0f53ac45f7
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')),
]