Merge pull request #2851 from SchrodingersGat/czech-yourself

Add Czech language support
This commit is contained in:
Oliver 2022-04-21 00:50:31 +10:00 committed by GitHub
commit 12ef35338f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10115 additions and 0 deletions

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 = [
('cs', _('Czech')),
('de', _('German')),
('el', _('Greek')),
('en', _('English')),

Binary file not shown.

File diff suppressed because it is too large Load Diff