blob: d136bb41748ce44591d392b9afa3c435487aac78 [file] [log] [blame]
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*/
/*
* 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 ));