www-thermferm/jqwidgets/globalization/globalize.culture.en-CA.js

changeset 617
b216f9d4b917
parent 511
2d1d43c3a2c2
equal deleted inserted replaced
616:e2b82881c13e 617:b216f9d4b917
1 !function(a,b){var c;c="undefined"!=typeof require&&"undefined"!=typeof exports&&"undefined"!=typeof module?require("globalize"):a.Globalize,c.addCultureInfo("en-CA","default",{name:"en-CA",englishName:"English (Canada)",nativeName:"English (Canada)",numberFormat:{currency:{pattern:["-$n","$n"]}},calendars:{standard:{patterns:{d:"dd/MM/yyyy",D:"MMMM-dd-yy",f:"MMMM-dd-yy h:mm tt",F:"MMMM-dd-yy h:mm:ss tt"}}}})}(this); 1 /* tslint:disable */
2 /* eslint-disable */
3 /*
4 * Globalize Culture en-CA
5 *
6 * http://github.com/jquery/globalize
7 *
8 * Copyright Software Freedom Conservancy, Inc.
9 * Dual licensed under the MIT or GPL Version 2 licenses.
10 * http://jquery.org/license
11 *
12 * This file was generated by the Globalize Culture Generator
13 * Translation: bugs found in this file need to be fixed in the generator
14 */
15
16 (function( window, undefined ) {
17
18 var Globalize;
19
20 if ( typeof require !== "undefined" &&
21 typeof exports !== "undefined" &&
22 typeof module !== "undefined" ) {
23 // Assume CommonJS
24 Globalize = require( "globalize" );
25 } else {
26 // Global variable
27 Globalize = window.Globalize;
28 }
29
30 Globalize.addCultureInfo( "en-CA", "default", {
31 name: "en-CA",
32 englishName: "English (Canada)",
33 nativeName: "English (Canada)",
34 numberFormat: {
35 currency: {
36 pattern: ["-$n","$n"]
37 }
38 },
39 calendars: {
40 standard: {
41 patterns: {
42 d: "dd/MM/yyyy",
43 D: "MMMM-dd-yy",
44 f: "MMMM-dd-yy h:mm tt",
45 F: "MMMM-dd-yy h:mm:ss tt"
46 }
47 }
48 }
49 });
50
51 }( this ));

mercurial