/* * Globalize Culture ko * * http://github.com/jquery/globalize * * Copyright Software Freedom Conservancy, Inc. * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * This file was generated by the Globalize Culture Generator * Translation: bugs found in this file need to be fixed in the generator */ (function( window, undefined ) { var Globalize; if ( typeof require !== "undefined" && typeof exports !== "undefined" && typeof module !== "undefined" ) { // Assume CommonJS Globalize = require( "globalize" ); } else { // Global variable Globalize = window.Globalize; } Globalize.addCultureInfo( "ko", "default", { name: "ko", englishName: "Korean", nativeName: "한국어", language: "ko", numberFormat: { currency: { pattern: ["-$n","$n"], decimals: 0, symbol: "₩" } }, calendars: { standard: { "/": "-", days: { names: ["일요일","월요일","화요일","수요일","목요일","금요일","토요일"], namesAbbr: ["일","월","화","수","목","금","토"], namesShort: ["일","월","화","수","목","금","토"] }, months: { names: ["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월",""], namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""] }, AM: ["오전","오전","오전"], PM: ["오후","오후","오후"], eras: [{"name":"서기","start":null,"offset":0}], patterns: { d: "yyyy-MM-dd", D: "yyyy'년' M'월' d'일' dddd", t: "tt h:mm", T: "tt h:mm:ss", f: "yyyy'년' M'월' d'일' dddd tt h:mm", F: "yyyy'년' M'월' d'일' dddd tt h:mm:ss", M: "M'월' d'일'", Y: "yyyy'년' M'월'" } }, Korean: { name: "Korean", "/": "-", days: { names: ["일요일","월요일","화요일","수요일","목요일","금요일","토요일"], namesAbbr: ["일","월","화","수","목","금","토"], namesShort: ["일","월","화","수","목","금","토"] }, months: { names: ["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월",""], namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""] }, AM: ["오전","오전","오전"], PM: ["오후","오후","오후"], eras: [{"name":"단기","start":null,"offset":-2333}], twoDigitYearMax: 4362, patterns: { d: "gg yyyy-MM-dd", D: "gg yyyy'년' M'월' d'일' dddd", t: "tt h:mm", T: "tt h:mm:ss", f: "gg yyyy'년' M'월' d'일' dddd tt h:mm", F: "gg yyyy'년' M'월' d'일' dddd tt h:mm:ss", M: "M'월' d'일'", Y: "gg yyyy'년' M'월'" } } } }); }( this ));