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
7
js/sceditor/languages/en-US.js
Normal file
7
js/sceditor/languages/en-US.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
(function ($) {
|
||||
'use strict';
|
||||
|
||||
$.sceditor.locale['en-US'] = {
|
||||
dateFormat: 'month/day/year'
|
||||
};
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue