forked from leftypol/leftypol
Add sceditor WYSIWIG post editor support
This commit is contained in:
parent
0b3872dc93
commit
02266e082e
112 changed files with 36025 additions and 0 deletions
12
js/sceditor/languages/en.js
Normal file
12
js/sceditor/languages/en.js
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue