[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.yo.js
1 /*
2  * Globalize Culture yo
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( "yo", "default", {
29         name: "yo",
30         englishName: "Yoruba",
31         nativeName: "Yoruba",
32         language: "yo",
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: ["Osu kinni","Osu keji","Osu keta","Osu kerin","Osu karun","Osu kefa","Osu keje","Osu kejo","Osu kesan","Osu kewa","Osu kokanla","Osu keresi",""],
48                                 namesAbbr: ["kin.","kej.","ket.","ker.","kar.","kef.","kej.","kej.","kes.","kew.","kok.","ker.",""]
49                         },
50                         AM: ["Owuro","owuro","OWURO"],
51                         PM: ["Ale","ale","ALE"],
52                         eras: [{"name":"AD","start":null,"offset":0}],
53                         patterns: {
54                                 d: "d/M/yyyy"
55                         }
56                 }
57         }
58 });
59
60 }( this ));