Closed
Bug 754823
Opened 13 years ago
Closed 13 years ago
Remove references to timezones.properties
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: lapsap7+mz, Unassigned)
Details
If I understand it correctly, "timezones.properties" file is abandoned in favor of SQLite database file for timezone, timezones.sqlite
But there are still some references to "timezones.properties" amongst the files. These could be removed to clean up the code.
Comment 1•13 years ago
|
||
Not quite. timezones.sqlite holds the timezone definitions, while timezones.properties holds the translations for the display names of the timezone. If you are a localizer, its OK to leave this file untranslated though.
Reporter | ||
Comment 2•13 years ago
|
||
Ah! That's l10n file! Oh I see!
Sorry, I'm not used to see codes like this:
let canInit = tryTzUri("resource://calendar-timezones/timezones.sqlite");
let bundleURL = "chrome://calendar-timezones/locale/timezones.properties";
And I forgot for some people, "bundle" would imply l10n. And those .properties are also l10n.
I'll close this bug as invalid.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•