Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.sv-SE.js
1 /*
2  * Globalize Culture sv-SE
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( "sv-SE", "default", {
29         name: "sv-SE",
30         englishName: "Swedish (Sweden)",
31         nativeName: "svenska (Sverige)",
32         language: "sv",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 negativeInfinity: "-INF",
37                 positiveInfinity: "INF",
38                 percent: {
39                         ",": " ",
40                         ".": ","
41                 },
42                 currency: {
43                         pattern: ["-n $","n $"],
44                         ",": ".",
45                         ".": ",",
46                         symbol: "kr"
47                 }
48         },
49         calendars: {
50                 standard: {
51                         "/": "-",
52                         firstDay: 1,
53                         days: {
54                                 names: ["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],
55                                 namesAbbr: ["sö","må","ti","on","to","fr","lö"],
56                                 namesShort: ["sö","må","ti","on","to","fr","lö"]
57                         },
58                         months: {
59                                 names: ["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december",""],
60                                 namesAbbr: ["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec",""]
61                         },
62                         AM: null,
63                         PM: null,
64                         patterns: {
65                                 d: "yyyy-MM-dd",
66                                 D: "'den 'd MMMM yyyy",
67                                 t: "HH:mm",
68                                 T: "HH:mm:ss",
69                                 f: "'den 'd MMMM yyyy HH:mm",
70                                 F: "'den 'd MMMM yyyy HH:mm:ss",
71                                 M: "'den 'd MMMM",
72                                 Y: "MMMM yyyy"
73                         }
74                 }
75         }
76 });
77
78 }( this ));