Added Czech language support. Fixes #5170
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
|
New features
|
||||||
************
|
************
|
||||||
|
|
||||||
|
| `Issue #5170 <https://redmine.postgresql.org/issues/5170>`_ - Added Czech language support.
|
||||||
|
|
||||||
Housekeeping
|
Housekeeping
|
||||||
************
|
************
|
||||||
|
|
|
@ -84,6 +84,7 @@ HELP_PATH = '../../../docs/en_US/_build/html/'
|
||||||
LANGUAGES = {
|
LANGUAGES = {
|
||||||
'en': 'English',
|
'en': 'English',
|
||||||
'zh': 'Chinese (Simplified)',
|
'zh': 'Chinese (Simplified)',
|
||||||
|
'cs': 'Czech',
|
||||||
'fr': 'French',
|
'fr': 'French',
|
||||||
'de': 'German',
|
'de': 'German',
|
||||||
'it': 'Italian',
|
'it': 'Italian',
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue