diff options
author | Felix Nagel <info@felixnagel.com> | 2022-07-08 02:51:48 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-07-14 18:47:30 +0200 |
commit | 218c6af95a5d72134c1b32220995b161c56a1453 (patch) | |
tree | fe6aea47496cf7e37c7736126756510b4e7e8163 /ui/i18n/datepicker-th.js | |
parent | 3126e128691fd9fa78f33930ba9cb37609d0a64f (diff) | |
download | jquery-ui-218c6af95a5d72134c1b32220995b161c56a1453.tar.gz jquery-ui-218c6af95a5d72134c1b32220995b161c56a1453.zip |
Datepicker: Remove symbols in localization
Follow-up to dfff5e7e999453f5d080c184bd4e3fdbfc93b83e
Fixes gh-2048
Closes gh-2050
Diffstat (limited to 'ui/i18n/datepicker-th.js')
-rw-r--r-- | ui/i18n/datepicker-th.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/datepicker-th.js b/ui/i18n/datepicker-th.js index 719afa9bf..41cef5237 100644 --- a/ui/i18n/datepicker-th.js +++ b/ui/i18n/datepicker-th.js @@ -17,8 +17,8 @@ datepicker.regional.th = { closeText: "ปิด", - prevText: " ย้อน", - nextText: "ถัดไป ", + prevText: "ย้อน", + nextText: "ถัดไป", currentText: "วันนี้", monthNames: [ "มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม" ], |