view src/languages/en-US.js @ 0:4c4fc447baea

start with sceditor-3.1.1
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 15:21:29 -0600
parents
children
line wrap: on
line source

(function () {
	'use strict';

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