view src/languages/en-US.js @ 18:1334920263a2

remove more object-oriented code
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 08 Aug 2022 16:20:23 -0600
parents 4c4fc447baea
children
line wrap: on
line source

(function () {
	'use strict';

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