mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-27 11:10:19 -06:00
Return the translations, and not empty array from the
'translations.js'.
It was regression of the commit-id:
4a91bcde30
This commit is contained in:
parent
c53c6d2f48
commit
0a1cf30abb
@ -1,4 +1,3 @@
|
|||||||
define(function () {
|
define(function () {
|
||||||
var translations = {{ translations|tojson }};
|
return {{ translations|tojson }};
|
||||||
return [];
|
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user