Skip to content

Commit 45c815d

Browse files
committed
remove unneeded 's' for plural and fix comment.
1 parent c1bc88e commit 45c815d

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

dist/js/i18n/ko.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/select2/i18n/ko.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
define(function () {
2-
// English
2+
// Korean
33
return {
44
errorLoading: function () {
55
return '결과를 불러올 수 없습니다.';
@@ -9,10 +9,6 @@ define(function () {
99

1010
var message = '너무 깁니다. ' + overChars + ' 글자 지워주세요.';
1111

12-
if (overChars != 1) {
13-
message += 's';
14-
}
15-
1612
return message;
1713
},
1814
inputTooShort: function (args) {
@@ -28,10 +24,6 @@ define(function () {
2824
maximumSelected: function (args) {
2925
var message = '최대 ' + args.maximum + '개까지만 선택 가능합니다.';
3026

31-
if (args.maximum != 1) {
32-
message += 's';
33-
}
34-
3527
return message;
3628
},
3729
noResults: function () {

0 commit comments

Comments
 (0)