mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add a Spanish translation. Fixes #3553
This commit is contained in:
committed by
Dave Page
parent
7117ce6a22
commit
2eac2f43ac
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user