f54684798ce900c66179b4bd84d6fade83cdf4c8
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.iu-Cans-CA.js
1 /*
2  * Globalize Culture iu-Cans-CA
3  *
4  * http://github.com/jquery/globalize
5  *
6  * Copyright Software Freedom Conservancy, Inc.
7  * Dual licensed under the MIT or GPL Version 2 licenses.
8  * http://jquery.org/license
9  *
10  * This file was generated by the Globalize Culture Generator
11  * Translation: bugs found in this file need to be fixed in the generator
12  */
13
14 (function( window, undefined ) {
15
16 var Globalize;
17
18 if ( typeof require !== "undefined"
19         && typeof exports !== "undefined"
20         && typeof module !== "undefined" ) {
21         // Assume CommonJS
22         Globalize = require( "globalize" );
23 } else {
24         // Global variable
25         Globalize = window.Globalize;
26 }
27
28 Globalize.addCultureInfo( "iu-Cans-CA", "default", {
29         name: "iu-Cans-CA",
30         englishName: "Inuktitut (Syllabics, Canada)",
31         nativeName: "ᐃᓄᒃᑎᑐᑦ (ᑲᓇᑕᒥ)",
32         language: "iu-Cans",
33         numberFormat: {
34                 groupSizes: [3,0],
35                 percent: {
36                         pattern: ["-n%","n%"],
37                         groupSizes: [3,0]
38                 },
39                 currency: {
40                         groupSizes: [3,0]
41                 }
42         },
43         calendars: {
44                 standard: {
45                         days: {
46                                 names: ["ᓈᑦᑏᖑᔭ","ᓇᒡᒐᔾᔭᐅ","ᐊᐃᑉᐱᖅ","ᐱᖓᑦᓯᖅ","ᓯᑕᒻᒥᖅ","ᑕᓪᓕᕐᒥᖅ","ᓯᕙᑖᕐᕕᒃ"],
47                                 namesAbbr: ["ᓈᑦᑏ","ᓇᒡᒐ","ᐊᐃᑉᐱ","ᐱᖓᑦᓯ","ᓯᑕ","ᑕᓪᓕ","ᓯᕙᑖᕐᕕᒃ"],
48                                 namesShort: ["ᓈ","ᓇ","ᐊ","ᐱ","ᓯ","ᑕ","ᓯ"]
49                         },
50                         months: {
51                                 names: ["ᔮᓐᓄᐊᕆ","ᕖᕝᕗᐊᕆ","ᒫᑦᓯ","ᐄᐳᕆ","ᒪᐃ","ᔫᓂ","ᔪᓚᐃ","ᐋᒡᒌᓯ","ᓯᑎᐱᕆ","ᐅᑐᐱᕆ","ᓄᕕᐱᕆ","ᑎᓯᐱᕆ",""],
52                                 namesAbbr: ["ᔮᓐᓄ","ᕖᕝᕗ","ᒫᑦᓯ","ᐄᐳᕆ","ᒪᐃ","ᔫᓂ","ᔪᓚᐃ","ᐋᒡᒌ","ᓯᑎᐱ","ᐅᑐᐱ","ᓄᕕᐱ","ᑎᓯᐱ",""]
53                         },
54                         patterns: {
55                                 d: "d/M/yyyy",
56                                 D: "dddd,MMMM dd,yyyy",
57                                 f: "dddd,MMMM dd,yyyy h:mm tt",
58                                 F: "dddd,MMMM dd,yyyy h:mm:ss tt",
59                                 Y: "MMMM,yyyy"
60                         }
61                 }
62         }
63 });
64
65 }( this ));