Closed
Bug 421327
Opened 17 years ago
Closed 17 years ago
Startup error in Italian Sunbird 0.8; timezone guessing is broken
Categories
(Mozilla Localizations :: it / Italian, defect)
Mozilla Localizations
it / Italian
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ssitter, Assigned: l10n-it)
References
Details
Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.13pre) Gecko/20080305 Sunbird/0.8
Starting Sunbird 0.8 or Lightning 0.8 shows error during the timezone guessing:
Errore: Salto il fuso orario locale 'Pacifico/Honolulu'. TypeError: tz has no properties
File sorgente: chrome://calendar/content/calUtils.js Riga: 660
Errore: Salto il fuso orario locale 'America/Porto_Rico'. TypeError: tz has no properties
File sorgente: chrome://calendar/content/calUtils.js Riga: 660
Errore: Salto il fuso orario locale 'America/Città_del_Messico'. TypeError: tz has no properties
File sorgente: chrome://calendar/content/calUtils.js Riga: 660
Errore: Salto il fuso orario locale 'America/San_Paolo'. TypeError: tz has no properties
File sorgente: chrome://calendar/content/calUtils.js Riga: 660
Errore: Salto il fuso orario locale 'Europa/Londra'. TypeError: tz has no properties
File sorgente: chrome://calendar/content/calUtils.js Riga: 660
Errore: Salto il fuso orario locale 'Europa/Parigi'. TypeError: tz has no properties
File sorgente: chrome://calendar/content/calUtils.js Riga: 660
The error happens because the string "likelyTimezone" has been translated:
http://mxr.mozilla.org/l10n-mozilla1.8/source/it/calendar/chrome/calendar/calendar.properties#149
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*,
Comment 1•17 years ago
|
||
fixed on CVS
| Reporter | ||
Comment 2•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
Comment 3•17 years ago
|
||
Done
| Reporter | ||
Comment 4•17 years ago
|
||
Out of curiosity: Wouldn't be Europe/Rome a more likely timezone for Italian users than Europe/Paris?
Comment 5•17 years ago
|
||
Actually the timezone is the same, so there are no problem. Anyway: I've tried to search on MT for the default timezone string, but I wasn't able to find it. the "likelyTimezone" is just a list, so I don't think I have to set it from there.
| Reporter | ||
Comment 6•17 years ago
|
||
Verified fixed using Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.13pre) Gecko/2008030920 Sunbird/0.8. Startup error is gone.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•