leftypol/js/sceditor/languages/en.js
2017-09-03 23:15:56 +09:00

13 lines
263 B
JavaScript

(function ($) {
'use strict';
$.sceditor.locale['en-GB'] = {
'Font Color': 'Font Colour',
'Center': 'Centre',
dateFormat: 'day/month/year'
};
// set this as the default English locale
$.sceditor.locale['en'] = $.sceditor.locale['en-GB'];
})(jQuery);