Skip to content

Commit

Permalink
Add missing Traditional Chinese translations (select2#6157)
Browse files Browse the repository at this point in the history
  • Loading branch information
iam7seven7 authored Oct 25, 2022
1 parent 9017d54 commit 512d6f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/select2/i18n/zh-TW.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
define(function () {
// Chinese (Traditional)
return {
errorLoading: function () {
return '無法載入結果。';
},
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;

Expand Down Expand Up @@ -31,6 +34,9 @@ define(function () {
},
removeAllItems: function () {
return '刪除所有項目';
},
removeItem: function () {
return '刪除項目';
}
};
});

0 comments on commit 512d6f2

Please sign in to comment.