mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure database driver names and description strings can be translated. Fixes #2190
This commit is contained in:
committed by
Dave Page
parent
d663d553c5
commit
a3007b7335
@@ -12,6 +12,12 @@ from pgadmin.browser.server_groups.servers.types import ServerType
|
||||
|
||||
|
||||
class PPAS(ServerType):
|
||||
UTILITY_PATH_LABEL = gettext("EDB Advanced Server Binary Path")
|
||||
UTILITY_PATH_HELP = gettext(
|
||||
"Path to the directory containing the EDB Advanced Server utility"
|
||||
" programs (pg_dump, pg_restore etc)."
|
||||
)
|
||||
|
||||
def instanceOf(self, ver):
|
||||
return ver.startswith("EnterpriseDB")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user