forkbb/public/js/sc/languages/en.js
Visman 54901939bf SCEditor v 3.2.0
development
2023-04-06 18:32:33 +07:00

12 lines
250 B
JavaScript

(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'];
})();