mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 07:05:56 +00:00
10 lines
228 B
JavaScript
10 lines
228 B
JavaScript
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
|
|
); |