aboutsummaryrefslogtreecommitdiff
path: root/Html/js/SCEditor/languages/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'Html/js/SCEditor/languages/en.js')
-rw-r--r--Html/js/SCEditor/languages/en.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/Html/js/SCEditor/languages/en.js b/Html/js/SCEditor/languages/en.js
new file mode 100644
index 0000000..1cb73d4
--- /dev/null
+++ b/Html/js/SCEditor/languages/en.js
@@ -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'];
+})(jQuery);