1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

German translation

This commit is contained in:
Yohann D'ANELLO
2020-02-06 21:42:17 +01:00
parent f13ccf11aa
commit 318e81d149
3 changed files with 613 additions and 89 deletions

View File

@ -127,6 +127,7 @@ GUARDIAN_GET_CONTENT_TYPE = 'polymorphic.contrib.guardian.get_polymorphic_base_c
LANGUAGE_CODE = 'en'
LANGUAGES = [
('de', _('German')),
('en', _('English')),
('fr', _('French')),
]