view src/languages/en-US.js @ 46:ab2dc8736d88

fix paste html and cleanup
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 30 Aug 2022 14:33:27 -0600
parents 4c4fc447baea
children
line wrap: on
line source

(function () {
	'use strict';

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