Closed
Bug 199278
Opened 22 years ago
Closed 22 years ago
Categories in Calendar prefs are not localizable because ASCII is accepted only.
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: michalupo, Assigned: mikeypotter)
Details
Attachments
(1 file, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; wen-DE; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; wen-DE; rv:1.3) Gecko/20030312
I translate Calendar to Sorbian and want to translate the categories in the
Calendar prefs. It's true there is a file categories.properties for that but If
i choose Unicodefor this file, the categories input box of the Calendar
preferences remains empty. Probably this input box doesn't accept Unicode.
Mozilla usually uses escaped Unicode for properties files. I tested UTF8, too,
but the categories input box remains empty. Only if I use ASCII the categories
are displayed.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
User-Agent: Mozilla/5.0 (X11; U; Linux i586; ja-JP; rv:1.4a) Gecko/20030401
Translation in Japanese has also been the same condition.
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•22 years ago
|
||
It seems that this bug has been already corrected for event Dialog.
Nevertheless the categories in Task Dialog are displayed badly.
Updated•22 years ago
|
Attachment #126990 -
Flags: first-review?(mikep)
| Reporter | ||
Comment 3•22 years ago
|
||
Eric, your patch doesn't help. The categories are not loaded from the file
/locale/categories.properties. If you paste the categories into the categories
input field of the preferences dialog, they are taken over correctly in the new
event and new task dialogs (also with special Unicode characters, in my case
Slavic characters). But, the input field in the preferences remains empty if you
don't fill it by hand. The categories should be loaded from the
categories.properties file of the corresponding locale. On the other hand, it
isn't bad to have the possibility to type the (localized!) categories into the
preferences input field so that categories can be added easier.
Comment 4•22 years ago
|
||
Following Michael comments, I completed my patch with the preference loading.
To do this, I chose to modify the GetUnicharPref so it calls the SetUnicharPref
when the preference is not set (This modification has been done for a matter of
coherence with getCharPref). I think that this patch needs a good evaluation
before its inclusion in CVS.
Updated•22 years ago
|
Attachment #126990 -
Attachment is obsolete: true
Comment 5•22 years ago
|
||
Comment on attachment 127151 [details] [diff] [review]
patch of toDoDialog.js, calendar.js, pref/rootCalendarPref.js
Should I ask for a review by Mostafa or Mike ?
Regards,
Eric
Attachment #127151 -
Flags: first-review?(mikep)
| Assignee | ||
Comment 6•22 years ago
|
||
Checked in cvs.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Verified Fixed by
http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.5a/
mozilla-i686-pc-linux-gnu-ctl-svg-1.5a.tar.gz
Thanks.
Updated•22 years ago
|
Attachment #126990 -
Flags: first-review?(mikeypotter)
Comment 9•22 years ago
|
||
Comment on attachment 127151 [details] [diff] [review]
patch of toDoDialog.js, calendar.js, pref/rootCalendarPref.js
Patches were checked in
Attachment #127151 -
Flags: first-review?(mikeypotter)
Comment 10•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: General. Be afraid for your sanity!
QA Contact: gurganbl → general
You need to log in
before you can comment on or make changes to this bug.
Description
•