File "en.js"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/languages/en.js
File size: 275 bytes
MIME-type: --
Charset: utf-8
(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);