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

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
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