Skip to content

Commit 0638591

Browse files
committed
Add a few translations, label the others
1 parent e111ea0 commit 0638591

35 files changed

Lines changed: 156 additions & 1 deletion

dist/js/i18n/sr.js

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

dist/js/i18n/vi.js

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

dist/js/i18n/zh-TW.js

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

dist/js/select2.amd.full.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,6 +3237,7 @@ define('select2/dropdown/minimumResultsForSearch',[
32373237
});
32383238

32393239
define('select2/i18n/en',[],function () {
3240+
// English
32403241
return {
32413242
errorLoading: function () {
32423243
return 'The results could not be loaded.';

dist/js/select2.amd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,6 +3237,7 @@ define('select2/dropdown/minimumResultsForSearch',[
32373237
});
32383238

32393239
define('select2/i18n/en',[],function () {
3240+
// English
32403241
return {
32413242
errorLoading: function () {
32423243
return 'The results could not be loaded.';

dist/js/select2.full.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12772,6 +12772,7 @@ define('select2/dropdown/minimumResultsForSearch',[
1277212772
});
1277312773

1277412774
define('select2/i18n/en',[],function () {
12775+
// English
1277512776
return {
1277612777
errorLoading: function () {
1277712778
return 'The results could not be loaded.';

dist/js/select2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3665,6 +3665,7 @@ define('select2/dropdown/minimumResultsForSearch',[
36653665
});
36663666

36673667
define('select2/i18n/en',[],function () {
3668+
// English
36683669
return {
36693670
errorLoading: function () {
36703671
return 'The results could not be loaded.';

src/js/select2/i18n/az.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
define(function () {
2+
// Azerbaijani
23
return {
34
inputTooLong: function (args) {
45
var overChars = args.input.length - args.maximum;

src/js/select2/i18n/bg.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
define(function () {
2+
// Bulgarian
23
return {
34
inputTooLong: function (args) {
45
var overChars = args.input.length - args.maximum;

src/js/select2/i18n/da.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
define(function () {
2+
// Danish
23
return {
34
errorLoading: function () {
45
return 'The results could not be loaded.';

0 commit comments

Comments
 (0)