Add support for Danish translation (#1293)

Co-authored-by: Casper Tollund <casto@mac.ait.clients.local>
This commit is contained in:
Casper Tollund
2025-06-12 16:35:37 +02:00
committed by GitHub
parent 70168299ba
commit 6beaf0bbe2
2 changed files with 105 additions and 0 deletions

View File

@@ -453,6 +453,7 @@ DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
LANGUAGES = [
('ar', _('Arabic')),
('bn', _('Bengali')),
('da', _('Danish')),
('nl', _('Dutch')),
('en', _('English')),
('fr', _('French')),