Mercurial Hosting > sceditor
view src/languages/en.js @ 41:7491026f7623
remove isSelfClosing
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 19 Aug 2022 19:27:03 -0600 |
parents | 4c4fc447baea |
children |
line wrap: on
line source
(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']; })();