Closed
Bug 745951
Opened 13 years ago
Closed 13 years ago
Replace locale code exposed to Google with current locale
Categories
(Websites :: Firefox Start, defect)
Websites
Firefox Start
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wenzel, Assigned: wenzel)
References
Details
Currently, we send "hl=en" to Google for all languages (bug 743248). Let's replace this with hl=<thislocale> and see how that performs for our languages. (If we need to add additional ones, we can add make a mapping in the settings file.)
Comment 1•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/fx36start
https://github.com/mozilla/fx36start/commit/54bb87a65411bab3f5adecb2de1f31db0f9e0332
Replace hl=en with hl=currentlocale everywhere. fix bug 745951.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•13 years ago
|
||
Pascal, Christie: I changed all occurrences of "en" as locale code with the current locale. Feel free to test if this works as expected.
Comment 3•13 years ago
|
||
I spot checked a handful of locales (en-us, de, fr, pt-br) and it seems to be working as expected (Google page is display using given locale).
Pascal should still request that localizers test for their locales to see if those are working as expected.
You need to log in
before you can comment on or make changes to this bug.
Description
•