mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Add a Spanish translation. Fixes #3553
This commit is contained in:
committed by
Dave Page
parent
7117ce6a22
commit
2eac2f43ac
@@ -10,6 +10,7 @@ This release contains a number of features and fixes reported since the release
|
||||
Features
|
||||
********
|
||||
|
||||
| `Feature #3553 <https://redmine.postgresql.org/issues/3553>`_ - Add a Spanish translation.
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
+4
-3
@@ -83,12 +83,13 @@ HELP_PATH = '../../../docs/en_US/_build/html/'
|
||||
LANGUAGES = {
|
||||
'en': 'English',
|
||||
'zh': 'Chinese (Simplified)',
|
||||
'de': 'German',
|
||||
'fr': 'French',
|
||||
'ko': 'Korean',
|
||||
'de': 'German',
|
||||
'ja': 'Japanese',
|
||||
'ko': 'Korean',
|
||||
'pl': 'Polish',
|
||||
'ru': 'Russian'
|
||||
'ru': 'Russian',
|
||||
'es': 'Spanish',
|
||||
}
|
||||
|
||||
# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING!
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user