From f0cfe83e3725f9a3928da97a6e3085e79cb25309 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Mar 2013 10:26:24 +0400 Subject: upgrade dojo to 1.8.3 (refs #570) --- lib/dojo/cldr/nls/en-ca/currency.js | 2 +- lib/dojo/cldr/nls/en-ca/currency.js.uncompressed.js | 8 ++++++++ lib/dojo/cldr/nls/en-ca/gregorian.js | 4 ++-- lib/dojo/cldr/nls/en-ca/gregorian.js.uncompressed.js | 10 ++++++++++ 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 lib/dojo/cldr/nls/en-ca/currency.js.uncompressed.js create mode 100644 lib/dojo/cldr/nls/en-ca/gregorian.js.uncompressed.js (limited to 'lib/dojo/cldr/nls/en-ca') diff --git a/lib/dojo/cldr/nls/en-ca/currency.js b/lib/dojo/cldr/nls/en-ca/currency.js index f02d07427..dffc2b8ef 100644 --- a/lib/dojo/cldr/nls/en-ca/currency.js +++ b/lib/dojo/cldr/nls/en-ca/currency.js @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. + Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ diff --git a/lib/dojo/cldr/nls/en-ca/currency.js.uncompressed.js b/lib/dojo/cldr/nls/en-ca/currency.js.uncompressed.js new file mode 100644 index 000000000..53cb37866 --- /dev/null +++ b/lib/dojo/cldr/nls/en-ca/currency.js.uncompressed.js @@ -0,0 +1,8 @@ +define( +"dojo/cldr/nls/en-ca/currency", //begin v1.x content +{ + "CAD_symbol": "$", + "USD_symbol": "US$" +} +//end v1.x content +); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/en-ca/gregorian.js b/lib/dojo/cldr/nls/en-ca/gregorian.js index 84722ff88..372bf99eb 100644 --- a/lib/dojo/cldr/nls/en-ca/gregorian.js +++ b/lib/dojo/cldr/nls/en-ca/gregorian.js @@ -1,8 +1,8 @@ /* - Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. + Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ //>>built -define("dojo/cldr/nls/en-ca/gregorian",{"dateFormatItem-yMMMEd":"EEE, d MMM, y","dateFormatItem-yyMMM":"MMM-yy","dateFormatItem-Md":"M-d","dateFormatItem-yMEd":"EEE, y-M-d","dateFormatItem-MEd":"E, M-d","dateFormatItem-MMMMEd":"E, d MMMM","dateFormat-medium":"yyyy-MM-dd","dateFormatItem-MMMd":"d MMM","dateFormatItem-MMdd":"MM-dd","dateFormat-full":"EEEE, d MMMM, y","dateFormat-short":"yy-MM-dd","dateFormatItem-MMMMd":"d MMMM","dateFormat-long":"d MMMM, y","dateFormatItem-MMMEd":"E, d MMM"}); \ No newline at end of file +define("dojo/cldr/nls/en-ca/gregorian",{"dateFormatItem-MMMMEd":"E, MMMM d","dateFormatItem-MMdd":"MM/dd","dateFormatItem-yyMMM":"MMM yy","dateFormatItem-MMMMd":"MMMM d"}); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/en-ca/gregorian.js.uncompressed.js b/lib/dojo/cldr/nls/en-ca/gregorian.js.uncompressed.js new file mode 100644 index 000000000..0b6351efa --- /dev/null +++ b/lib/dojo/cldr/nls/en-ca/gregorian.js.uncompressed.js @@ -0,0 +1,10 @@ +define( +"dojo/cldr/nls/en-ca/gregorian", //begin v1.x content +{ + "dateFormatItem-MMMMEd": "E, MMMM d", + "dateFormatItem-MMdd": "MM/dd", + "dateFormatItem-yyMMM": "MMM yy", + "dateFormatItem-MMMMd": "MMMM d" +} +//end v1.x content +); \ No newline at end of file -- cgit v1.2.3