Skip to content

Commit

Permalink
Add errorLoading translation of Thai language.
Browse files Browse the repository at this point in the history
This closes #4521.
  • Loading branch information
ethaizone authored and kevin-brown committed Dec 30, 2016
1 parent f3788e2 commit 625fc78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/select2/i18n/th.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
define(function () {
// Thai
return {
errorLoading: function () {
return 'ไม่สามารถค้นข้อมูลได้';
},
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;

Expand Down

0 comments on commit 625fc78

Please sign in to comment.