Closed
Bug 257463
Opened 21 years ago
Closed 21 years ago
Localized firefoxes need another Contents/Resources key
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox1.0
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
(Keywords: fixed-aviary1.0, l12y, Whiteboard: [have patch] - ready to land)
Attachments
(1 file, 1 obsolete file)
4.00 KB,
patch
|
MMx
:
review+
chofmann
:
approval-aviary+
|
Details | Diff | Splinter Review |
Right now, we have Firefox.app/Contents/Resource/English.lproj... there aren't
actually any localizable strings in there, but if you don't have a de.lproj in a
German build, the system menu will be in English instead of German. So we need
to update the build system a bit to move English.lproj to ab.lproj for localized
builds.
As a quick note, "English" is considered obsolete, the correct dir should be
"en" (ISO language code), but I can't imagine Apple ever actually removing
support for it.
Assignee | ||
Comment 1•21 years ago
|
||
This is a minor polish bug, and does not affect localized string directly. It
would be nice for PR, but don't hold your breath. I can't really make a patch
until bug 257117 lands (the patch will be quite simple once I can make it)
Depends on: 257117
Flags: blocking-aviary1.0+
Comment 2•21 years ago
|
||
I think this is a dup of Bug 172444.
Comment 3•21 years ago
|
||
do we still need this? how critical is it?
Comment 4•21 years ago
|
||
Yes, we still need this. Without this, the main Firefox menu and the "Apple"
menu stay in English, whereas the rest of the app is localized.
Assignee | ||
Comment 5•21 years ago
|
||
I originally attached this in bug 172444, moving it here with review comments
by Martin.
Assignee | ||
Updated•21 years ago
|
Attachment #162112 -
Flags: review?(mmx_bugzilla)
Comment 6•21 years ago
|
||
Comment on attachment 162112 [details] [diff] [review]
Updated from bug 172444
looks good now, changes from my comment in bug 172444 are incorporated.
Lets get this landed so that it is fixed in the localized builds of 1.0RC1.
Attachment #162112 -
Flags: review?(mmx_bugzilla) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #162112 -
Flags: approval-aviary?
Comment 7•21 years ago
|
||
I found another bug in browser/locales/Makefile.in that prevents the creation of
localized Mac builds. I filed under bug 264498 - patch coming up.
Assignee | ||
Comment 8•21 years ago
|
||
Attachment #162112 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #162196 -
Flags: review?(mmx_bugzilla)
Comment 9•21 years ago
|
||
Comment on attachment 162196 [details] [diff] [review]
updated with bug 264498
review+. This should finally enable localized Mac builds.
Attachment #162196 -
Flags: review?(mmx_bugzilla) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #162112 -
Flags: approval-aviary?
Assignee | ||
Updated•21 years ago
|
Attachment #162196 -
Flags: approval-aviary?
Comment 10•21 years ago
|
||
Attachment #162196 -
Flags: approval-aviary? → approval-aviary+
Updated•21 years ago
|
Whiteboard: [have patch] - ready to land
Target Milestone: --- → Firefox1.0
Assignee | ||
Comment 11•21 years ago
|
||
Checked in
Comment 12•21 years ago
|
||
I tested it on my machine and it works fine, lets see how the official nighties
turn out.
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•