1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Add errorLoading translation of Thai language.

This closes https://github.com/select2/select2/pull/4521.
This commit is contained in:
Nimit Suwannagate 2016-08-07 08:58:51 +07:00 committed by Kevin Brown
parent f3788e2cda
commit 625fc78ee6

View File

@ -1,6 +1,9 @@
define(function () {
// Thai
return {
errorLoading: function () {
return 'ไม่สามารถค้นข้อมูลได้';
},
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;