70e1a07121f15156078ae07a773735c7c4945698.svn-base 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. (function (window, undefined) {
  14. var Globalize;
  15. if (typeof require !== "undefined" &&
  16. typeof exports !== "undefined" &&
  17. typeof module !== "undefined") {
  18. // Assume CommonJS
  19. Globalize = require("globalize");
  20. } else {
  21. // Global variable
  22. Globalize = window.Globalize;
  23. }
  24. Globalize.addCultureInfo("ko", "default", {
  25. name: "ko",
  26. englishName: "Korean",
  27. nativeName: "한국어",
  28. language: "ko",
  29. numberFormat: {
  30. currency: {
  31. pattern: ["-$n", "$n"],
  32. decimals: 0,
  33. symbol: ""
  34. }
  35. },
  36. calendars: {
  37. standard: {
  38. "/": "-",
  39. days: {
  40. names: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"],
  41. namesAbbr: ["일", "월", "화", "수", "목", "금", "토"],
  42. namesShort: ["일", "월", "화", "수", "목", "금", "토"]
  43. },
  44. months: {
  45. names: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월", ""],
  46. namesAbbr: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", ""]
  47. },
  48. AM: ["오전", "오전", "오전"],
  49. PM: ["오후", "오후", "오후"],
  50. eras: [{ "name": "서기", "start": null, "offset": 0 }],
  51. patterns: {
  52. d: "yyyy-MM-dd",
  53. D: "yyyy'년' M'월' d'일' dddd",
  54. t: "tt h:mm",
  55. T: "tt h:mm:ss",
  56. f: "yyyy'년' M'월' d'일' dddd tt h:mm",
  57. F: "yyyy'년' M'월' d'일' dddd tt h:mm:ss",
  58. M: "M'월' d'일'",
  59. Y: "yyyy'년' M'월'"
  60. }
  61. },
  62. Korean: {
  63. name: "Korean",
  64. "/": "-",
  65. days: {
  66. names: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"],
  67. namesAbbr: ["일", "월", "화", "수", "목", "금", "토"],
  68. namesShort: ["일", "월", "화", "수", "목", "금", "토"]
  69. },
  70. months: {
  71. names: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월", ""],
  72. namesAbbr: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", ""]
  73. },
  74. AM: ["오전", "오전", "오전"],
  75. PM: ["오후", "오후", "오후"],
  76. eras: [{ "name": "단기", "start": null, "offset": -2333 }],
  77. twoDigitYearMax: 4362,
  78. patterns: {
  79. d: "gg yyyy-MM-dd",
  80. D: "gg yyyy'년' M'월' d'일' dddd",
  81. t: "tt h:mm",
  82. T: "tt h:mm:ss",
  83. f: "gg yyyy'년' M'월' d'일' dddd tt h:mm",
  84. F: "gg yyyy'년' M'월' d'일' dddd tt h:mm:ss",
  85. M: "M'월' d'일'",
  86. Y: "gg yyyy'년' M'월'"
  87. }
  88. }
  89. }
  90. });
  91. }(this));