diff options
author | sixhead <pipo@sixhead.com> | 2010-07-22 03:23:44 -0700 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-26 08:18:38 -0400 |
commit | 482d3c25613c43a301ca6597aeea30ecb37e00e8 (patch) | |
tree | a47fa856131cd7c3289f9b9a408dedfee929e96a /ui/i18n/jquery.ui.datepicker-th.js | |
parent | 828abc4a2d83112a59d5e9f1f82d298a65184089 (diff) | |
download | jquery-ui-482d3c25613c43a301ca6597aeea30ecb37e00e8.tar.gz jquery-ui-482d3c25613c43a301ca6597aeea30ecb37e00e8.zip |
Datepicker: Fixed month name in Thai localization. Fixes #5862 - Datepicker: wrong month name for Thai locale.
Diffstat (limited to 'ui/i18n/jquery.ui.datepicker-th.js')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-th.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-th.js b/ui/i18n/jquery.ui.datepicker-th.js index 978500ab1..c090c6b81 100644 --- a/ui/i18n/jquery.ui.datepicker-th.js +++ b/ui/i18n/jquery.ui.datepicker-th.js @@ -7,7 +7,7 @@ jQuery(function($){ nextText: 'ถัดไป »', currentText: 'วันนี้', monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', - 'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], + 'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], |