diff --git a/web/pgadmin/tools/templates/js/translations.js b/web/pgadmin/tools/templates/js/translations.js index 71b53db4b..2a7439b91 100644 --- a/web/pgadmin/tools/templates/js/translations.js +++ b/web/pgadmin/tools/templates/js/translations.js @@ -1,4 +1,3 @@ define(function () { - var translations = {{ translations|tojson }}; - return []; -}); \ No newline at end of file + return {{ translations|tojson }}; +});