aboutsummaryrefslogtreecommitdiff
path: root/Html/js/SCEditor/languages/en.js
blob: 1cb73d4c2ac12880ba6266f2dfc1f55b7f3461cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(function ($) {
	'use strict';

	$.sceditor.locale['en-GB'] = {
		'Font Color': 'Font Colour',
		'Center': 'Centre',
		dateFormat: 'day/month/year'
	};

	// set this as the default English locale
	$.sceditor.locale['en'] = $.sceditor.locale['en-GB'];
})(jQuery);