2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
This commit is contained in:
Oliver Walters 2022-04-21 00:14:38 +10:00
parent 2144506745
commit 7dce7779c3

View File

@ -663,7 +663,7 @@ LANGUAGE_CODE = CONFIG.get('language', 'en-us')
# If a new language translation is supported, it must be added here
LANGUAGES = [
('cz', _('Czech')),
('cs', _('Czech')),
('de', _('German')),
('el', _('Greek')),
('en', _('English')),