pgadmin4/web/pgadmin/tools/templates/js/translations.js

4 lines
61 B
JavaScript

define(function () {
return {{ translations|tojson }};
});