1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 11:11:28 +00:00

dojo: remove uncompressed files

This commit is contained in:
Andrew Dolgov
2012-08-14 19:04:32 +04:00
parent 973c4a649f
commit 0181c01109
724 changed files with 0 additions and 137570 deletions

View File

@@ -1,20 +0,0 @@
define(
"dojo/cldr/nls/en-ca/gregorian", //begin v1.x content
{
"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"
}
//end v1.x content
);