Add sceditor WYSIWIG post editor support

This commit is contained in:
Benjamin Southall 2017-09-03 23:15:56 +09:00
parent 0b3872dc93
commit 02266e082e
112 changed files with 36025 additions and 0 deletions

View file

@ -0,0 +1,12 @@
(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);