We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bc88e commit 45c815dCopy full SHA for 45c815d
2 files changed
dist/js/i18n/ko.js
src/js/select2/i18n/ko.js
@@ -1,5 +1,5 @@
1
define(function () {
2
- // English
+ // Korean
3
return {
4
errorLoading: function () {
5
return '결과를 불러올 수 없습니다.';
@@ -9,10 +9,6 @@ define(function () {
9
10
var message = '너무 깁니다. ' + overChars + ' 글자 지워주세요.';
11
12
- if (overChars != 1) {
13
- message += 's';
14
- }
15
-
16
return message;
17
},
18
inputTooShort: function (args) {
@@ -28,10 +24,6 @@ define(function () {
28
24
maximumSelected: function (args) {
29
25
var message = '최대 ' + args.maximum + '개까지만 선택 가능합니다.';
30
26
31
- if (args.maximum != 1) {
32
33
34
35
27
36
37
noResults: function () {
0 commit comments