Add language support for Czech

This commit is contained in:
Oliver Walters 2022-04-21 00:12:53 +10:00
parent aec7d2d0aa
commit 2144506745

View File

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