Actions
Defect #13579
closedDatepicker uses Simplified Chinese in Traditional Chinese locale
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Setting added: jquery.locale
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 1483201..8293256 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -4,6 +4,8 @@
"zh-TW":
direction: ltr
+ jquery:
+ locale: "zh-TW"
date:
formats:
# Use the strftime parameters for formats.
Files
Related issues
Updated by Chage Juan over 11 years ago
Sorry, my English is poor. (so I'm afraid to write too much)
The language setting of my account is set to "zh-TW".
But the datepicker of jquery ui will show "zh-CN".
(It includes file "i18n/jquery.ui.datepicker-zh-CN.js" not "i18n/jquery.ui.datepicker-zh-TW.js")
After I traced the code. I found there is a setting in "config/locale/zh.yml" which is:
jquery: locale: "zh-CN"
So I added similar settings to "config/locale/zh-TW.yml".
And that works.
I don't know if this is right way to fix my problem. Is it?
Updated by Toshi MARUYAMA over 11 years ago
- Tracker changed from Patch to Defect
- Status changed from New to Confirmed
- Target version set to 2.3.1
Updated by Toshi MARUYAMA over 11 years ago
- Subject changed from Traditional Chinese "jquery.locale" setting to Datepicker uses Simlified Chinese in Traditional Chinese
Updated by Toshi MARUYAMA over 11 years ago
- File correct.png correct.png added
- File wrong.png wrong.png added
Updated by Toshi MARUYAMA over 11 years ago
- Subject changed from Datepicker uses Simlified Chinese in Traditional Chinese to Datepicker uses Simlified Chinese in Traditional Chinese locale
Updated by Toshi MARUYAMA over 11 years ago
- Subject changed from Datepicker uses Simlified Chinese in Traditional Chinese locale to Datepicker uses Simplified Chinese in Traditional Chinese locale
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from Confirmed to Closed
- Resolution set to Fixed
Committed in trunk and 2.3-stable, thanks.
Updated by Toshi MARUYAMA over 9 years ago
- Related to Feature #19489: Translation for Spanish Panama added
Actions