diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-03 00:47:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-03 00:47:36 +0100 |
commit | b3e9441a212d033a3282dd63e1fa336e8abd60ce (patch) | |
tree | f534b977e4ac343dee05e152969a0f7309bdbc79 /ishtar_common/static/select2/js/i18n/th.js | |
parent | d3c92261c585f64eaea1c62f61f32c6e5792b598 (diff) | |
download | Ishtar-b3e9441a212d033a3282dd63e1fa336e8abd60ce.tar.bz2 Ishtar-b3e9441a212d033a3282dd63e1fa336e8abd60ce.zip |
Select2 library v4.0.0b -> v3.5.2
Diffstat (limited to 'ishtar_common/static/select2/js/i18n/th.js')
-rw-r--r-- | ishtar_common/static/select2/js/i18n/th.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/static/select2/js/i18n/th.js b/ishtar_common/static/select2/js/i18n/th.js deleted file mode 100644 index 326b3c85c..000000000 --- a/ishtar_common/static/select2/js/i18n/th.js +++ /dev/null @@ -1 +0,0 @@ -(function(){if(window.define)var e=window.define;if(window.require)var t=window.require;if(window.jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd.define,t=jQuery.fn.select2.amd.require;e("select2/i18n/th",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="โปรดลบออก "+t+" ตัวอักษร";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="โปรดพิมพ์เพิ่มอีก "+t+" ตัวอักษร";return n},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(e){var t="คุณสามารถเลือกได้ไม่เกิน "+e.maximum+" รายการ";return t},noResults:function(){return"ม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"}}}),t("jquery.select2"),jQuery.fn.select2.amd={define:e,require:t}})();
\ No newline at end of file |