Closed
Bug 470837
Opened 16 years ago
Closed 16 years ago
scriptable date format yields weird letters instead of short days names
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 472666
People
(Reporter: kstawarz, Assigned: smontagu)
References
()
Details
Attachments
(3 files)
User-Agent: Opera/9.62 (Macintosh; Intel Mac OS X; U; pl) Presto/2.1.1
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; pl; rv:1.9.1b3pre) Gecko/20081222 Calendar/1.0pre
I'm using Polish build and instead of Polish short versions of week days, I get some weird letters that are not available in our locale (I've contacted the l10n team already). The situation looks like that:
– instead of "pn" there's "po"
– instead of "wt" there's "út" (see screenshot)
– instead of "śr" there's "st"
– instead of "cz" there's "ãt"
– instead of "pt" there's "pá"
– instead of "sb" there's "so"
– instead of "nd" there's "ne"
All other views display correct days names.
Reproducible: Always
Steps to Reproduce:
1. Download Calendar.
2. Start it.
3. Check the day view.
Actual Results:
It displays weird short names that have nothing to do with l10n terms used.
Expected Results:
Display proper short day names.
Comment 2•16 years ago
|
||
Marcoos confirmed it - see http://bugs.aviary.pl/show_bug.cgi?id=2138#c3 or http://translate.google.com/translate?hl=en&ie=UTF-8&u=http%3A%2F%2Fbugs.aviary.pl%2Fshow_bug.cgi%3Fid%3D2138%23c3&sl=pl&tl=en&history_state0=
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•16 years ago
|
||
Is this a Mac OS X only issue?
I don't see the issue using the latest available l10n build Mozilla/5.0 (Windows; U; Windows NT 5.0; pl; rv:1.9.1b3pre) Gecko/20081219 Calendar/1.0pre (BuildID: 20081219033507).
Comment 4•16 years ago
|
||
It is Mac only.
Comment 5•16 years ago
|
||
These look like (mangled?) abbreviations of Slovak days of the week.
Comment 6•16 years ago
|
||
This is probably not Sunbird-specific, I've just found the mangled (Slovak?) weekday names in Shiretoko's cookie properties dialog, as seen on this screenshot.
Axel, can you help here?
Comment 7•16 years ago
|
||
(In reply to comment #6)
Sounds like this should be moved to Core : Internationalization (?) in that case.
Comment 8•16 years ago
|
||
Similar to bug 472960, might be an artifact of the same problem.
Assignee: nobody → smontagu
Component: Calendar Views → Internationalization
Flags: blocking-calendar1.0?
Product: Calendar → Core
QA Contact: views → i18n
Summary: Weird letters displayed instead of short days names on Day View → scriptable date format yields weird letters instead of short days names
Version: unspecified → Trunk
Comment 9•16 years ago
|
||
(In reply to comment #8)
> Similar to bug 472960, might be an artifact of the same problem.
The root cause is Bug 472960.
But the case of Calender should be Bug 472666 because calDateTimeFormatter does not specify locale explicitly, and should be fixed by backing out Bug 441167.
Is this still reproducible now?
Comment 10•16 years ago
|
||
(In reply to comment #9)
> But the case of Calender
and also Cookie dialog in Firefox, and so on
Comment 11•16 years ago
|
||
I've tested with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; pl; rv:1.9.1b3pre) Gecko/20090128 Shiretoko/3.1b3pre under Polski system locale.
Is this correct in Polish?
It seems something differ from Comment #0.
pon, 26 sty 2009
wto, 27 sty 2009
śro, 28 sty 2009
czw, 29 sty 2009
pią, 30 sty 2009
sob, 31 sty 2009
nie, 1 lut 2009
Comment 12•16 years ago
|
||
(In reply to comment #11)
> It seems something differ from Comment #0.
Because in comment #0 we have 2-letter forms but here 3-letter forms.
> pon, 26 sty 2009
> wto, 27 sty 2009
> śro, 28 sty 2009
> czw, 29 sty 2009
> pią, 30 sty 2009
> sob, 31 sty 2009
> nie, 1 lut 2009
This is correct.
Comment 13•16 years ago
|
||
This is resolved per Comment #12.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•