mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added Czech language support. Fixes #5170
This commit is contained in:
parent
3db961cb0f
commit
bf88ff1076
@ -9,6 +9,7 @@ This release contains a number of bug fixes and new features since the release o
|
||||
New features
|
||||
************
|
||||
|
||||
| `Issue #5170 <https://redmine.postgresql.org/issues/5170>`_ - Added Czech language support.
|
||||
|
||||
Housekeeping
|
||||
************
|
||||
|
@ -84,6 +84,7 @@ HELP_PATH = '../../../docs/en_US/_build/html/'
|
||||
LANGUAGES = {
|
||||
'en': 'English',
|
||||
'zh': 'Chinese (Simplified)',
|
||||
'cs': 'Czech',
|
||||
'fr': 'French',
|
||||
'de': 'German',
|
||||
'it': 'Italian',
|
||||
|
BIN
web/pgadmin/translations/cs/LC_MESSAGES/messages.mo
Normal file
BIN
web/pgadmin/translations/cs/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
12270
web/pgadmin/translations/cs/LC_MESSAGES/messages.po
Normal file
12270
web/pgadmin/translations/cs/LC_MESSAGES/messages.po
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user