aboutsummaryrefslogtreecommitdiff
path: root/Html/js/SCEditor/languages/en-US.js
blob: 412b5a6bb760e940c2f37f3bd8c81f5b5ca3b816 (plain)
1
2
3
4
5
6
7
(function ($) {
	'use strict';

	$.sceditor.locale['en-US'] = {
		dateFormat: 'month/day/year'
	};
})(jQuery);