Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.en-SG.js
1 /*
2  * Globalize Culture en-SG
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( "en-SG", "default", {
29         name: "en-SG",
30         englishName: "English (Singapore)",
31         nativeName: "English (Singapore)",
32         numberFormat: {
33                 percent: {
34                         pattern: ["-n%","n%"]
35                 }
36         },
37         calendars: {
38                 standard: {
39                         days: {
40                                 namesShort: ["S","M","T","W","T","F","S"]
41                         },
42                         patterns: {
43                                 d: "d/M/yyyy",
44                                 D: "dddd, d MMMM, yyyy",
45                                 f: "dddd, d MMMM, yyyy h:mm tt",
46                                 F: "dddd, d MMMM, yyyy h:mm:ss tt",
47                                 M: "d MMMM"
48                         }
49                 }
50         }
51 });
52
53 }( this ));