Mercurial Hosting > sceditor
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c4fc447baea |
---|---|
1 (function () { | |
2 'use strict'; | |
3 | |
4 sceditor.locale['en-GB'] = { | |
5 'Font Color': 'Font Colour', | |
6 'Center': 'Centre', | |
7 dateFormat: 'day/month/year' | |
8 }; | |
9 | |
10 // set this as the default English locale | |
11 sceditor.locale['en'] = sceditor.locale['en-GB']; | |
12 })(); |