aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/jquery.ui.datepicker-th.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2011-02-19 09:54:15 -0500
committerRichard Worth <rdworth@gmail.com>2011-02-19 09:54:15 -0500
commit7c4d6a763dfb5f9debf30c9a20875e046e89bc76 (patch)
tree7c714c6f93f867a25a54886812d94875bf48ed44 /ui/i18n/jquery.ui.datepicker-th.js
parentb4bcc1bf9dc8673089eb7cdcc3378a93d7f0a678 (diff)
downloadjquery-ui-7c4d6a763dfb5f9debf30c9a20875e046e89bc76.tar.gz
jquery-ui-7c4d6a763dfb5f9debf30c9a20875e046e89bc76.zip
Datepicker i18n: Changed all html named character entities to unicode hex entities. Fixed #7008 - Chromium-Browser does not support html-entities in datePicker i18n-translation
Diffstat (limited to 'ui/i18n/jquery.ui.datepicker-th.js')
-rw-r--r--ui/i18n/jquery.ui.datepicker-th.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-th.js b/ui/i18n/jquery.ui.datepicker-th.js
index c090c6b81..f2122fc9f 100644
--- a/ui/i18n/jquery.ui.datepicker-th.js
+++ b/ui/i18n/jquery.ui.datepicker-th.js
@@ -3,8 +3,8 @@
jQuery(function($){
$.datepicker.regional['th'] = {
closeText: 'ปิด',
- prevText: '&laquo;&nbsp;ย้อน',
- nextText: 'ถัดไป&nbsp;&raquo;',
+ prevText: '&#xAB;&#xA0;ย้อน',
+ nextText: 'ถัดไป&#xA0;&#xBB;',
currentText: 'วันนี้',
monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน',
'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],