comparison src/languages/en-US.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-US'] = {
5 dateFormat: 'month/day/year'
6 };
7 })();