From 625fc78ee616baedf64aa37357403b4b72c7363c Mon Sep 17 00:00:00 2001 From: Nimit Suwannagate Date: Sun, 7 Aug 2016 08:58:51 +0700 Subject: [PATCH] Add errorLoading translation of Thai language. This closes https://github.com/select2/select2/pull/4521. --- src/js/select2/i18n/th.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/js/select2/i18n/th.js b/src/js/select2/i18n/th.js index 3f6efb7f..a7921eeb 100644 --- a/src/js/select2/i18n/th.js +++ b/src/js/select2/i18n/th.js @@ -1,6 +1,9 @@ define(function () { // Thai return { + errorLoading: function () { + return 'ไม่สามารถค้นข้อมูลได้'; + }, inputTooLong: function (args) { var overChars = args.input.length - args.maximum;