Change translation format to JSON

This commit is contained in:
yflory
2019-01-30 14:38:21 +01:00
parent d97ada3e26
commit 6018f57ec1
5 changed files with 22 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ define([
'jquery',
'/common/common-util.js',
'/customize/messages.js',
'/customize/translations/messages.js',
'json!/common/translations/messages.json',
], function ($, Util, Messages, English) {
var $body = $('body');