Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.ig.js
1 /*
2  * Globalize Culture ig
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( "ig", "default", {
29         name: "ig",
30         englishName: "Igbo",
31         nativeName: "Igbo",
32         language: "ig",
33         numberFormat: {
34                 currency: {
35                         pattern: ["$-n","$ n"],
36                         symbol: "N"
37                 }
38         },
39         calendars: {
40                 standard: {
41                         days: {
42                                 names: ["Aiku","Aje","Isegun","Ojo'ru","Ojo'bo","Eti","Abameta"],
43                                 namesAbbr: ["Aik","Aje","Ise","Ojo","Ojo","Eti","Aba"],
44                                 namesShort: ["A","A","I","O","O","E","A"]
45                         },
46                         months: {
47                                 names: ["Onwa mbu","Onwa ibua","Onwa ato","Onwa ano","Onwa ise","Onwa isi","Onwa asa","Onwa asato","Onwa itolu","Onwa iri","Onwa iri n'ofu","Onwa iri n'ibua",""],
48                                 namesAbbr: ["mbu.","ibu.","ato.","ano.","ise","isi","asa","asa.","ito.","iri.","n'of.","n'ib.",""]
49                         },
50                         AM: ["Ututu","ututu","UTUTU"],
51                         PM: ["Efifie","efifie","EFIFIE"],
52                         eras: [{"name":"AD","start":null,"offset":0}],
53                         patterns: {
54                                 d: "d/M/yyyy"
55                         }
56                 }
57         }
58 });
59
60 }( this ));