Browse Source

Add errorLoading translation of Thai language.

This closes https://github.com/select2/select2/pull/4521.
Nimit Suwannagate 8 năm trước cách đây
mục cha
commit
625fc78ee6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/js/select2/i18n/th.js

+ 3 - 0
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;