diff src/languages/en.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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/languages/en.js	Thu Aug 04 15:21:29 2022 -0600
@@ -0,0 +1,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'];
+})();