Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.tzm.js
1 /*
2  * Globalize Culture tzm
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( "tzm", "default", {
29         name: "tzm",
30         englishName: "Tamazight",
31         nativeName: "Tamazight",
32         language: "tzm",
33         numberFormat: {
34                 pattern: ["n-"],
35                 ",": ".",
36                 ".": ",",
37                 NaN: "Non Numérique",
38                 negativeInfinity: "-Infini",
39                 positiveInfinity: "+Infini",
40                 percent: {
41                         ",": ".",
42                         ".": ","
43                 },
44                 currency: {
45                         pattern: ["-n $","n $"],
46                         symbol: "DZD"
47                 }
48         },
49         calendars: {
50                 standard: {
51                         "/": "-",
52                         firstDay: 6,
53                         days: {
54                                 names: ["Acer","Arime","Aram","Ahad","Amhadh","Sem","Sedh"],
55                                 namesAbbr: ["Ace","Ari","Ara","Aha","Amh","Sem","Sed"],
56                                 namesShort: ["Ac","Ar","Ar","Ah","Am","Se","Se"]
57                         },
58                         months: {
59                                 names: ["Yenayer","Furar","Maghres","Yebrir","Mayu","Yunyu","Yulyu","Ghuct","Cutenber","Ktuber","Wambir","Dujanbir",""],
60                                 namesAbbr: ["Yen","Fur","Mag","Yeb","May","Yun","Yul","Ghu","Cut","Ktu","Wam","Duj",""]
61                         },
62                         AM: null,
63                         PM: null,
64                         patterns: {
65                                 d: "dd-MM-yyyy",
66                                 D: "dd MMMM, yyyy",
67                                 t: "H:mm",
68                                 T: "H:mm:ss",
69                                 f: "dd MMMM, yyyy H:mm",
70                                 F: "dd MMMM, yyyy H:mm:ss",
71                                 M: "dd MMMM"
72                         }
73                 }
74         }
75 });
76
77 }( this ));