Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ gettext
Function
gettext
web/regression/javascript/fake_gettext.js:40–42 ·
view source on GitHub ↗
(text, ...args)
Source
from the content-addressed store, hash-verified
38
}
39
40
export
default
function
gettext(text, ...args) {
41
return
gettextForTranslation(translations, text, ...args);
42
}
Callers
15
load_users
Method · 0.85
set_prefs
Method · 0.85
create_app
Function · 0.85
on_user_logged_in
Function · 0.85
handle_csrf_error
Function · 0.85
dispatch_request
Method · 0.85
children
Method · 0.85
not_found_error_msg
Method · 0.85
__init__.py
File · 0.85
BrowserModule
Class · 0.85
register_preferences
Method · 0.85
set_master_password
Function · 0.85
Calls
1
gettextForTranslation
Function · 0.85
Tested by
no test coverage detected