diff options
author | Adam Lidén Hällgren <adamlh92@gmail.com> | 2022-02-11 16:33:27 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-07-14 18:47:30 +0200 |
commit | 3126e128691fd9fa78f33930ba9cb37609d0a64f (patch) | |
tree | dfd9a163643a3a88696361517add7f98fe251710 /ui/i18n/datepicker-zh-TW.js | |
parent | e853971b0ab8c0cd459152135e2f9b5137273571 (diff) | |
download | jquery-ui-3126e128691fd9fa78f33930ba9cb37609d0a64f.tar.gz jquery-ui-3126e128691fd9fa78f33930ba9cb37609d0a64f.zip |
Datepicker: Remove symbols in localization
Fixes gh-2048
Closes gh-2050
Ref gh-2067
Diffstat (limited to 'ui/i18n/datepicker-zh-TW.js')
-rw-r--r-- | ui/i18n/datepicker-zh-TW.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/datepicker-zh-TW.js b/ui/i18n/datepicker-zh-TW.js index 9e79a45ca..f5e02a6f0 100644 --- a/ui/i18n/datepicker-zh-TW.js +++ b/ui/i18n/datepicker-zh-TW.js @@ -17,8 +17,8 @@ datepicker.regional[ "zh-TW" ] = { closeText: "關閉", - prevText: "<上個月", - nextText: "下個月>", + prevText: "上個月", + nextText: "下個月", currentText: "今天", monthNames: [ "一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月" ], |