MCPcopy 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
40export default function gettext(text, ...args) {
41 return gettextForTranslation(translations, text, ...args);
42}

Callers 15

load_usersMethod · 0.85
set_prefsMethod · 0.85
create_appFunction · 0.85
on_user_logged_inFunction · 0.85
handle_csrf_errorFunction · 0.85
dispatch_requestMethod · 0.85
childrenMethod · 0.85
not_found_error_msgMethod · 0.85
__init__.pyFile · 0.85
BrowserModuleClass · 0.85
register_preferencesMethod · 0.85
set_master_passwordFunction · 0.85

Calls 1

gettextForTranslationFunction · 0.85

Tested by

no test coverage detected