Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.ko.js
1 /*
2  * Globalize Culture ko
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( "ko", "default", {
29         name: "ko",
30         englishName: "Korean",
31         nativeName: "한국어",
32         language: "ko",
33         numberFormat: {
34                 currency: {
35                         pattern: ["-$n","$n"],
36                         decimals: 0,
37                         symbol: "₩"
38                 }
39         },
40         calendars: {
41                 standard: {
42                         "/": "-",
43                         days: {
44                                 names: ["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],
45                                 namesAbbr: ["일","월","화","수","목","금","토"],
46                                 namesShort: ["일","월","화","수","목","금","토"]
47                         },
48                         months: {
49                                 names: ["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월",""],
50                                 namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
51                         },
52                         AM: ["오전","오전","오전"],
53                         PM: ["오후","오후","오후"],
54                         eras: [{"name":"서기","start":null,"offset":0}],
55                         patterns: {
56                                 d: "yyyy-MM-dd",
57                                 D: "yyyy'년' M'월' d'일' dddd",
58                                 t: "tt h:mm",
59                                 T: "tt h:mm:ss",
60                                 f: "yyyy'년' M'월' d'일' dddd tt h:mm",
61                                 F: "yyyy'년' M'월' d'일' dddd tt h:mm:ss",
62                                 M: "M'월' d'일'",
63                                 Y: "yyyy'년' M'월'"
64                         }
65                 },
66                 Korean: {
67                         name: "Korean",
68                         "/": "-",
69                         days: {
70                                 names: ["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],
71                                 namesAbbr: ["일","월","화","수","목","금","토"],
72                                 namesShort: ["일","월","화","수","목","금","토"]
73                         },
74                         months: {
75                                 names: ["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월",""],
76                                 namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
77                         },
78                         AM: ["오전","오전","오전"],
79                         PM: ["오후","오후","오후"],
80                         eras: [{"name":"단기","start":null,"offset":-2333}],
81                         twoDigitYearMax: 4362,
82                         patterns: {
83                                 d: "gg yyyy-MM-dd",
84                                 D: "gg yyyy'년' M'월' d'일' dddd",
85                                 t: "tt h:mm",
86                                 T: "tt h:mm:ss",
87                                 f: "gg yyyy'년' M'월' d'일' dddd tt h:mm",
88                                 F: "gg yyyy'년' M'월' d'일' dddd tt h:mm:ss",
89                                 M: "M'월' d'일'",
90                                 Y: "gg yyyy'년' M'월'"
91                         }
92                 }
93         }
94 });
95
96 }( this ));