Add support for Danish (#3675)

This commit is contained in:
Oliver 2022-09-14 15:00:37 +10:00 committed by GitHub
parent 6e36ae5f74
commit 3f31d90666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10695 additions and 0 deletions

View File

@ -605,6 +605,7 @@ LANGUAGE_CODE = get_setting('INVENTREE_LANGUAGE', 'language', 'en-us')
# If a new language translation is supported, it must be added here
LANGUAGES = [
('cs', _('Czech')),
('da', _('Danish')),
('de', _('German')),
('el', _('Greek')),
('en', _('English')),

File diff suppressed because it is too large Load Diff