Closed
Bug 421387
Opened 17 years ago
Closed 17 years ago
Startup error in Chinese Sunbird 0.8; timezone guessing is broken
Categories
(Mozilla Localizations :: zh-CN / Chinese (Simplified), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ssitter, Assigned: gkw)
References
Details
Attachments
(1 file, 1 obsolete file)
752 bytes,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.13pre) Gecko/20080305 Sunbird/0.8
Starting Sunbird 0.8 or Lightning 0.8 shows error during the timezone guessing:
??: ?????? '??/??'. TypeError: tz has no properties
???:chrome://calendar/content/calUtils.js
?:660
The error happens because the string "likelyTimezone" has been translated:
http://mxr.mozilla.org/l10n-mozilla1.8/source/zh-CN/calendar/chrome/calendar/calendar.properties#240
but must be in English:
http://mxr.mozilla.org/mozilla1.8/source/calendar/locales/en-US/chrome/calendar/calendar.properties#214
# LOCALIZATION NOTE (likelyTimezone):
# Translators, please put the most likely timezone(s) where the people using
# your locale will be. Use the Olson ZoneInfo timezone name *in English*,
![]() |
Assignee | |
Updated•17 years ago
|
Assignee: shaohua.wen → nth10sd
Status: ASSIGNED → NEW
![]() |
Assignee | |
Comment 2•17 years ago
|
||
This patch replaces the string that should not have been translated, with the corresponding English counterpart.
Attachment #307859 -
Flags: review?(shaohua.wen)
Comment 3•17 years ago
|
||
Comment on attachment 307859 [details] [diff] [review]
patch v1
Thanks!
Attachment #307859 -
Flags: review?(shaohua.wen) → review+
![]() |
Assignee | |
Comment 4•17 years ago
|
||
Actually, Shanghai would be a better choice since zh-CN users are likely to be in China than in New York.
Please check this patch in instead. Thanks!
Attachment #307859 -
Attachment is obsolete: true
Comment 5•17 years ago
|
||
Yes , you are right! :P
Reporter | ||
Comment 6•17 years ago
|
||
Please note that we already switched the tinderbox to release preparation mode. This means you will have to submit your changes to SUNBIRD_0_8_BRANCH as well to take effect. http://groups.google.com/group/mozilla.dev.l10n/msg/1d11a4a12be3062d
Reporter | ||
Comment 7•17 years ago
|
||
Issue still exists using Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.13pre) Gecko/2008030920 Sunbird/0.8.
![]() |
Assignee | |
Comment 8•17 years ago
|
||
(In reply to comment #5)
> Yes , you are right! :P
Shaohua, please check in patch v2. Thanks!
Comment 9•17 years ago
|
||
patch V2 checked in.
![]() |
Assignee | |
Comment 10•17 years ago
|
||
(In reply to comment #9)
> patch V2 checked in.
>
Fixed on Mozilla/5.0 (Macintosh; U; Intel Mac OS X; zh-CN; rv:1.8.1.13pre) Gecko/20080311 Sunbird/0.8
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 11•17 years ago
|
||
Verified on Mozilla/5.0 (Macintosh; U; Intel Mac OS X; zh-CN; rv:1.8.1.13pre) Gecko/20080317 Sunbird/0.8
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•