Closed Bug 8525 Opened 26 years ago Closed 26 years ago

Strres shall support more robust fallback scheme

Categories

(Core :: Internationalization, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 8188

People

(Reporter: tao, Assigned: tao)

Details

There is no fallback mechanism in the current implementation. I have patches in my tree to enable a simple, "lang_country" -> "lang" -> "", fallback. However, we may want to consider a little more sophiscated scheme such as "user's locale" -> "default application locale" -> "none" type fallback. For example, The strres class is provided with "fr_CA" and the application locale is "en-US", then the fallback path will be fr_CA -> fr -> en_US -> en -> none
QA Contact: teruko → tao
Target Milestone: M8
Status: NEW → ASSIGNED
QA Contact: tao → teruko
I had checked in a patch to perform the "fr_CA ->fr->none" part of the fallback. See bug http://bugzilla.mozilla.org/show_bug.cgi?id=8188 for details.
Target Milestone: M8 → M9
This is not a M8 show stopper. We need more discussion on how the mechanism shall work.
Target Milestone: M9 → M11
non show stopper-> M11
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Target Milestone: M11 → M10
We'll embed the locale name in the URL path instead of filename. See bug 8188. *** This bug has been marked as a duplicate of 8188 ***
Status: RESOLVED → VERIFIED
verified dup
You need to log in before you can comment on or make changes to this bug.