[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.ha.js
1 /*
2  * Globalize Culture ha
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( "ha", "default", {
29         name: "ha",
30         englishName: "Hausa",
31         nativeName: "Hausa",
32         language: "ha",
33         numberFormat: {
34                 currency: {
35                         pattern: ["$-n","$ n"],
36                         symbol: "N"
37                 }
38         },
39         calendars: {
40                 standard: {
41                         days: {
42                                 names: ["Lahadi","Litinin","Talata","Laraba","Alhamis","Juma'a","Asabar"],
43                                 namesAbbr: ["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],
44                                 namesShort: ["L","L","T","L","A","J","A"]
45                         },
46                         months: {
47                                 names: ["Januwaru","Febreru","Maris","Afrilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktocba","Nuwamba","Disamba",""],
48                                 namesAbbr: ["Jan","Feb","Mar","Afr","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis",""]
49                         },
50                         AM: ["Safe","safe","SAFE"],
51                         PM: ["Yamma","yamma","YAMMA"],
52                         eras: [{"name":"AD","start":null,"offset":0}],
53                         patterns: {
54                                 d: "d/M/yyyy"
55                         }
56                 }
57         }
58 });
59
60 }( this ));