Return the translations, and not empty array from the

'translations.js'.

It was regression of the commit-id:
4a91bcde30
This commit is contained in:
Alexander Lakhin 2017-10-24 18:50:23 +05:30 committed by Ashesh Vashi
parent c53c6d2f48
commit 0a1cf30abb

View File

@ -1,4 +1,3 @@
define(function () {
var translations = {{ translations|tojson }};
return [];
return {{ translations|tojson }};
});