3
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
ThemeParkPlus-Panel/public/assets/languages/en-US.js
2021-06-27 21:01:43 +02:00

7 lines
102 B
JavaScript

(function () {
'use strict';
sceditor.locale['en-US'] = {
dateFormat: 'month/day/year'
};
})();