[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.id-ID.js
1 /*
2  * Globalize Culture id-ID
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( "id-ID", "default", {
29         name: "id-ID",
30         englishName: "Indonesian (Indonesia)",
31         nativeName: "Bahasa Indonesia (Indonesia)",
32         language: "id",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 percent: {
37                         ",": ".",
38                         ".": ","
39                 },
40                 currency: {
41                         decimals: 0,
42                         ",": ".",
43                         ".": ",",
44                         symbol: "Rp"
45                 }
46         },
47         calendars: {
48                 standard: {
49                         firstDay: 1,
50                         days: {
51                                 names: ["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],
52                                 namesAbbr: ["Minggu","Sen","Sel","Rabu","Kamis","Jumat","Sabtu"],
53                                 namesShort: ["M","S","S","R","K","J","S"]
54                         },
55                         months: {
56                                 names: ["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","Nopember","Desember",""],
57                                 namesAbbr: ["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agust","Sep","Okt","Nop","Des",""]
58                         },
59                         AM: null,
60                         PM: null,
61                         patterns: {
62                                 d: "dd/MM/yyyy",
63                                 D: "dd MMMM yyyy",
64                                 t: "H:mm",
65                                 T: "H:mm:ss",
66                                 f: "dd MMMM yyyy H:mm",
67                                 F: "dd MMMM yyyy H:mm:ss",
68                                 M: "dd MMMM",
69                                 Y: "MMMM yyyy"
70                         }
71                 }
72         }
73 });
74
75 }( this ));