This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
pgadmin4
Watch
3
Star
0
Fork
0
You've already forked pgadmin4
mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced
2025-02-20 11:48:31 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
86ecf9c84e
pgadmin4
/
web
/
pgadmin
/
tools
/
templates
/
js
/
translations.js
4 lines
61 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add a mechanism for centralising JS translations, to avoid having to render many JS files with Jinja.
2017-03-15 12:10:22 -05:00
define
(
function
(
)
{
Return the translations, and not empty array from the 'translations.js'. It was regression of the commit-id: 4a91bcde303bd3d5d2bd2e2f20cd7046585eba06
2017-10-24 08:20:23 -05:00
return
{
{
translations
|
tojson
}
}
;
}
)
;
Reference in New Issue
Copy Permalink