Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.tn.js
1 /*
2  * Globalize Culture tn
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( "tn", "default", {
29         name: "tn",
30         englishName: "Setswana",
31         nativeName: "Setswana",
32         language: "tn",
33         numberFormat: {
34                 percent: {
35                         pattern: ["-%n","%n"]
36                 },
37                 currency: {
38                         pattern: ["$-n","$ n"],
39                         symbol: "R"
40                 }
41         },
42         calendars: {
43                 standard: {
44                         days: {
45                                 names: ["Latshipi","Mosupologo","Labobedi","Laboraro","Labone","Labotlhano","Lamatlhatso"],
46                                 namesAbbr: ["Ltp.","Mos.","Lbd.","Lbr.","Lbn.","Lbt.","Lmt."],
47                                 namesShort: ["Lp","Ms","Lb","Lr","Ln","Lt","Lm"]
48                         },
49                         months: {
50                                 names: ["Ferikgong","Tlhakole","Mopitloe","Moranang","Motsheganong","Seetebosigo","Phukwi","Phatwe","Lwetse","Diphalane","Ngwanatsele","Sedimothole",""],
51                                 namesAbbr: ["Fer.","Tlhak.","Mop.","Mor.","Motsh.","Seet.","Phukw.","Phatw.","Lwets.","Diph.","Ngwan.","Sed.",""]
52                         },
53                         patterns: {
54                                 d: "yyyy/MM/dd",
55                                 D: "dd MMMM yyyy",
56                                 t: "hh:mm tt",
57                                 T: "hh:mm:ss tt",
58                                 f: "dd MMMM yyyy hh:mm tt",
59                                 F: "dd MMMM yyyy hh:mm:ss tt",
60                                 M: "dd MMMM",
61                                 Y: "MMMM yyyy"
62                         }
63                 }
64         }
65 });
66
67 }( this ));