Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.si-LK.js
1 /*
2  * Globalize Culture si-LK
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( "si-LK", "default", {
29         name: "si-LK",
30         englishName: "Sinhala (Sri Lanka)",
31         nativeName: "සිංහල (ශ්‍රී ලංකා)",
32         language: "si",
33         numberFormat: {
34                 groupSizes: [3,2],
35                 negativeInfinity: "-අනන්තය",
36                 positiveInfinity: "අනන්තය",
37                 percent: {
38                         groupSizes: [3,2]
39                 },
40                 currency: {
41                         pattern: ["($ n)","$ n"],
42                         symbol: "රු."
43                 }
44         },
45         calendars: {
46                 standard: {
47                         "/": "-",
48                         firstDay: 1,
49                         days: {
50                                 names: ["ඉරිදා","සඳුදා","අඟහරුවාදා","බදාදා","බ්‍රහස්පතින්දා","සිකුරාදා","සෙනසුරාදා"],
51                                 namesAbbr: ["ඉරිදා","සඳුදා","කුජදා","බුදදා","ගුරුදා","කිවිදා","ශනිදා"],
52                                 namesShort: ["ඉ","ස","අ","බ","බ්‍ර","සි","සෙ"]
53                         },
54                         months: {
55                                 names: ["ජනවාරි","පෙබරවාරි","මාර්තු","අ‌ප්‍රේල්","මැයි","ජූනි","ජූලි","අ‌ගෝස්තු","සැප්තැම්බර්","ඔක්තෝබර්","නොවැම්බර්","දෙසැම්බර්",""],
56                                 namesAbbr: ["ජන.","පෙබ.","මාර්තු.","අප්‍රේල්.","මැයි.","ජූනි.","ජූලි.","අගෝ.","සැප්.","ඔක්.","නොවැ.","දෙසැ.",""]
57                         },
58                         AM: ["පෙ.ව.","පෙ.ව.","පෙ.ව."],
59                         PM: ["ප.ව.","ප.ව.","ප.ව."],
60                         eras: [{"name":"ක්‍රි.ව.","start":null,"offset":0}],
61                         patterns: {
62                                 d: "yyyy-MM-dd",
63                                 D: "yyyy MMMM' මස 'dd' වැනිදා 'dddd",
64                                 f: "yyyy MMMM' මස 'dd' වැනිදා 'dddd h:mm tt",
65                                 F: "yyyy MMMM' මස 'dd' වැනිදා 'dddd h:mm:ss tt",
66                                 Y: "yyyy MMMM"
67                         }
68                 }
69         }
70 });
71
72 }( this ));