Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.iu-Latn-CA.js
1 /*
2  * Globalize Culture iu-Latn-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-Latn-CA", "default", {
29         name: "iu-Latn-CA",
30         englishName: "Inuktitut (Latin, Canada)",
31         nativeName: "Inuktitut (Kanatami)",
32         language: "iu-Latn",
33         numberFormat: {
34                 groupSizes: [3,0],
35                 percent: {
36                         groupSizes: [3,0]
37                 }
38         },
39         calendars: {
40                 standard: {
41                         days: {
42                                 names: ["Naattiinguja","Naggajjau","Aippiq","Pingatsiq","Sitammiq","Tallirmiq","Sivataarvik"],
43                                 namesAbbr: ["Nat","Nag","Aip","Pi","Sit","Tal","Siv"],
44                                 namesShort: ["N","N","A","P","S","T","S"]
45                         },
46                         months: {
47                                 names: ["Jaannuari","Viivvuari","Maatsi","Iipuri","Mai","Juuni","Julai","Aaggiisi","Sitipiri","Utupiri","Nuvipiri","Tisipiri",""],
48                                 namesAbbr: ["Jan","Viv","Mas","Ipu","Mai","Jun","Jul","Agi","Sii","Uut","Nuv","Tis",""]
49                         },
50                         patterns: {
51                                 d: "d/MM/yyyy",
52                                 D: "ddd, MMMM dd,yyyy",
53                                 f: "ddd, MMMM dd,yyyy h:mm tt",
54                                 F: "ddd, MMMM dd,yyyy h:mm:ss tt"
55                         }
56                 }
57         }
58 });
59
60 }( this ));