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.js
2021-06-27 21:01:43 +02: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'];
})();