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

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 12:35+0200\n"
"POT-Creation-Date: 2020-09-13 20:01+0200\n"
"PO-Revision-Date: 2020-09-13 12:39+0200\n"
"Last-Translator: elkmaennchen <elkmaennchen@crans.org>\n"
"Language-Team: \n"
@ -2912,10 +2912,14 @@ msgid "English"
msgstr "English"
#: note_kfet/settings/base.py:157
msgid "Pirate Slang"
msgstr "Piraten-Slang"
#: note_kfet/settings/base.py:158
msgid "Spanish"
msgstr "Spanisch"
#: note_kfet/settings/base.py:158
#: note_kfet/settings/base.py:159
msgid "French"
msgstr "Französich"

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 12:35+0200\n"
"POT-Creation-Date: 2020-09-13 20:01+0200\n"
"PO-Revision-Date: 2020-09-13 12:38+0200\n"
"Last-Translator: elkmaennchen <elkmaennchen@crans.org>\n"
"Language-Team: \n"
@ -2899,10 +2899,14 @@ msgid "English"
msgstr "Ingles"
#: note_kfet/settings/base.py:157
msgid "Pirate Slang"
msgstr "Jerga de piratas"
#: note_kfet/settings/base.py:158
msgid "Spanish"
msgstr "Español"
#: note_kfet/settings/base.py:158
#: note_kfet/settings/base.py:159
msgid "French"
msgstr "Francés"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 12:35+0200\n"
"POT-Creation-Date: 2020-09-13 20:01+0200\n"
"PO-Revision-Date: 2020-09-13 12:36+0200\n"
"Last-Translator: elkmaennchen <elkmaennchen@crans.org>\n"
"Language-Team: \n"
@ -2913,10 +2913,14 @@ msgid "English"
msgstr "Anglais"
#: note_kfet/settings/base.py:157
msgid "Pirate Slang"
msgstr "Argot pirate"
#: note_kfet/settings/base.py:158
msgid "Spanish"
msgstr "Espagnol"
#: note_kfet/settings/base.py:158
#: note_kfet/settings/base.py:159
msgid "French"
msgstr "Français"

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