[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.th-TH.js
1 /*
2  * Globalize Culture th-TH
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( "th-TH", "default", {
29         name: "th-TH",
30         englishName: "Thai (Thailand)",
31         nativeName: "ไทย (ไทย)",
32         language: "th",
33         numberFormat: {
34                 currency: {
35                         pattern: ["-$n","$n"],
36                         symbol: "฿"
37                 }
38         },
39         calendars: {
40                 standard: {
41                         name: "ThaiBuddhist",
42                         firstDay: 1,
43                         days: {
44                                 names: ["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์"],
45                                 namesAbbr: ["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],
46                                 namesShort: ["อ","จ","อ","พ","พ","ศ","ส"]
47                         },
48                         months: {
49                                 names: ["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม",""],
50                                 namesAbbr: ["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค.",""]
51                         },
52                         eras: [{"name":"พ.ศ.","start":null,"offset":-543}],
53                         twoDigitYearMax: 2572,
54                         patterns: {
55                                 d: "d/M/yyyy",
56                                 D: "d MMMM yyyy",
57                                 t: "H:mm",
58                                 T: "H:mm:ss",
59                                 f: "d MMMM yyyy H:mm",
60                                 F: "d MMMM yyyy H:mm:ss",
61                                 M: "dd MMMM",
62                                 Y: "MMMM yyyy"
63                         }
64                 },
65                 Gregorian_Localized: {
66                         firstDay: 1,
67                         days: {
68                                 names: ["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์"],
69                                 namesAbbr: ["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],
70                                 namesShort: ["อ","จ","อ","พ","พ","ศ","ส"]
71                         },
72                         months: {
73                                 names: ["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม",""],
74                                 namesAbbr: ["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค.",""]
75                         },
76                         patterns: {
77                                 d: "d/M/yyyy",
78                                 D: "'วัน'dddd'ที่' d MMMM yyyy",
79                                 t: "H:mm",
80                                 T: "H:mm:ss",
81                                 f: "'วัน'dddd'ที่' d MMMM yyyy H:mm",
82                                 F: "'วัน'dddd'ที่' d MMMM yyyy H:mm:ss",
83                                 M: "dd MMMM",
84                                 Y: "MMMM yyyy"
85                         }
86                 }
87         }
88 });
89
90 }( this ));