view src/languages/en-US.js @ 26:160be99e1517

remove bbcode call
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 09 Aug 2022 23:30:24 -0600
parents 4c4fc447baea
children
line wrap: on
line source

(function () {
	'use strict';

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