tizen beta release
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.tr.js
1 /*
2  * Globalize Culture tr
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( "tr", "default", {
29         name: "tr",
30         englishName: "Turkish",
31         nativeName: "Türkçe",
32         language: "tr",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 percent: {
37                         pattern: ["-%n","%n"],
38                         ",": ".",
39                         ".": ","
40                 },
41                 currency: {
42                         pattern: ["-n $","n $"],
43                         ",": ".",
44                         ".": ",",
45                         symbol: "TL"
46                 }
47         },
48         calendars: {
49                 standard: {
50                         "/": ".",
51                         firstDay: 1,
52                         days: {
53                                 names: ["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],
54                                 namesAbbr: ["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],
55                                 namesShort: ["Pz","Pt","Sa","Ça","Pe","Cu","Ct"]
56                         },
57                         months: {
58                                 names: ["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık",""],
59                                 namesAbbr: ["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara",""]
60                         },
61                         AM: null,
62                         PM: null,
63                         patterns: {
64                                 d: "dd.MM.yyyy",
65                                 D: "dd MMMM yyyy dddd",
66                                 t: "HH:mm",
67                                 T: "HH:mm:ss",
68                                 f: "dd MMMM yyyy dddd HH:mm",
69                                 F: "dd MMMM yyyy dddd HH:mm:ss",
70                                 M: "dd MMMM",
71                                 Y: "MMMM yyyy"
72                         }
73                 }
74         }
75 });
76
77 }( this ));