aboutsummaryrefslogtreecommitdiff
path: root/Html/js/SCEditor/languages/en-US.js
diff options
context:
space:
mode:
authorcitizenz7 <citizenz7@protonmail.com>2017-04-20 18:50:55 +0200
committercitizenz7 <citizenz7@protonmail.com>2017-04-20 18:50:55 +0200
commit5fd9fa480f302902328b81f912dd67ce378284f8 (patch)
tree66234843ae2857fda12442e4f7577c527d48977c /Html/js/SCEditor/languages/en-US.js
parentebe731862c7c741171138b1083906f391fc35aff (diff)
downloadfreetorrent-5fd9fa480f302902328b81f912dd67ce378284f8.tar.xz
freetorrent-5fd9fa480f302902328b81f912dd67ce378284f8.zip
V.1.4.6
Diffstat (limited to 'Html/js/SCEditor/languages/en-US.js')
-rw-r--r--Html/js/SCEditor/languages/en-US.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/Html/js/SCEditor/languages/en-US.js b/Html/js/SCEditor/languages/en-US.js
new file mode 100644
index 0000000..412b5a6
--- /dev/null
+++ b/Html/js/SCEditor/languages/en-US.js
@@ -0,0 +1,7 @@
+(function ($) {
+ 'use strict';
+
+ $.sceditor.locale['en-US'] = {
+ dateFormat: 'month/day/year'
+ };
+})(jQuery);