From 0181c0110985cfd2659e81c8cc1ef5a2f73bc697 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 19:04:32 +0400 Subject: dojo: remove uncompressed files --- lib/dojo/cldr/nls/en-au/currency.js.uncompressed.js | 8 -------- lib/dojo/cldr/nls/en-au/gregorian.js.uncompressed.js | 17 ----------------- lib/dojo/cldr/nls/en-au/number.js.uncompressed.js | 7 ------- 3 files changed, 32 deletions(-) delete mode 100644 lib/dojo/cldr/nls/en-au/currency.js.uncompressed.js delete mode 100644 lib/dojo/cldr/nls/en-au/gregorian.js.uncompressed.js delete mode 100644 lib/dojo/cldr/nls/en-au/number.js.uncompressed.js (limited to 'lib/dojo/cldr/nls/en-au') diff --git a/lib/dojo/cldr/nls/en-au/currency.js.uncompressed.js b/lib/dojo/cldr/nls/en-au/currency.js.uncompressed.js deleted file mode 100644 index f70bd28f1..000000000 --- a/lib/dojo/cldr/nls/en-au/currency.js.uncompressed.js +++ /dev/null @@ -1,8 +0,0 @@ -define( -"dojo/cldr/nls/en-au/currency", //begin v1.x content -{ - "AUD_symbol": "$", - "USD_symbol": "US$" -} -//end v1.x content -); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/en-au/gregorian.js.uncompressed.js b/lib/dojo/cldr/nls/en-au/gregorian.js.uncompressed.js deleted file mode 100644 index 5b1049c2d..000000000 --- a/lib/dojo/cldr/nls/en-au/gregorian.js.uncompressed.js +++ /dev/null @@ -1,17 +0,0 @@ -define( -"dojo/cldr/nls/en-au/gregorian", //begin v1.x content -{ - "dateFormatItem-yMEd": "EEE, d/M/y", - "dateFormatItem-yyyyMMMM": "MMMM y", - "dateFormatItem-MEd": "E, d/M", - "dateFormat-medium": "dd/MM/yyyy", - "dateFormatItem-MMdd": "dd/MM", - "dateFormatItem-yyyyMM": "MM/yyyy", - "dateFormat-full": "EEEE, d MMMM y", - "dateFormatItem-MMMMd": "d MMMM", - "dateFormat-short": "d/MM/yy", - "dateFormat-long": "d MMMM y", - "dateFormatItem-MMMEd": "E, d MMM" -} -//end v1.x content -); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/en-au/number.js.uncompressed.js b/lib/dojo/cldr/nls/en-au/number.js.uncompressed.js deleted file mode 100644 index bb5a8446c..000000000 --- a/lib/dojo/cldr/nls/en-au/number.js.uncompressed.js +++ /dev/null @@ -1,7 +0,0 @@ -define( -"dojo/cldr/nls/en-au/number", //begin v1.x content -{ - "currencyFormat": "ยค#,##0.00" -} -//end v1.x content -); \ No newline at end of file -- cgit v1.2.3