tizen beta release
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.zh-SG.js
1 /*
2  * Globalize Culture zh-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( "zh-SG", "default", {
29         name: "zh-SG",
30         englishName: "Chinese (Simplified, Singapore)",
31         nativeName: "中文(新加坡)",
32         language: "zh-CHS",
33         numberFormat: {
34                 percent: {
35                         pattern: ["-n%","n%"]
36                 }
37         },
38         calendars: {
39                 standard: {
40                         days: {
41                                 names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
42                                 namesAbbr: ["周日","周一","周二","周三","周四","周五","周六"],
43                                 namesShort: ["日","一","二","三","四","五","六"]
44                         },
45                         months: {
46                                 names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
47                                 namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
48                         },
49                         patterns: {
50                                 d: "d/M/yyyy",
51                                 D: "yyyy'年'M'月'd'日'",
52                                 t: "tt h:mm",
53                                 T: "tt h:mm:ss",
54                                 f: "yyyy'年'M'月'd'日' tt h:mm",
55                                 F: "yyyy'年'M'月'd'日' tt h:mm:ss",
56                                 M: "M'月'd'日'",
57                                 Y: "yyyy'年'M'月'"
58                         }
59                 }
60         }
61 });
62
63 }( this ));