Closed Bug 641998 Opened 13 years ago Closed 13 years ago

Locales are not displayed on Facebook Badges page

Categories

(Websites :: Facebook, defect)

defect
Not set
critical

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stas, Assigned: allia.z)

References

()

Details

Attachments

(1 file)

+++ This bug was initially created as a clone of Bug #641119 +++

https://www.facebook.com/pages/Firefox-4/130379370362344?sk=app_122300121174636 is always in English, independently of the user's prefs on fb.
Assignee: server-ops → jeremy.orem+bugs
In case anyone gets to this before I wake up:

Looking at the code at <https://svn.mozilla.org/projects/mozilla.com/branches/firefox4/en-US/firefox/fb-badges/index.html>, please change

    /* Set the Locale */
    $locale = $user["user"]["locale"];
    
    putenv("LC_ALL=" . $locale);
    setlocale(LC_ALL, $locale);

to 

    /* Set the Locale */
    $locale = $user["user"]["locale"];
    echo $locale;
    
    putenv("LC_ALL=" . $locale);
    echo setlocale(LC_ALL, $locale);
   
What does it echo when you access <https://www.facebook.com/pages/Firefox-4/130379370362344?sk=app_122300121174636>?

Can you repeat this after temporarily changing your lang prefs on Facebook to a different locale than en-US?

Thanks!
Assignee: jeremy.orem+bugs → shyam
I debugged this with Shyam and it turned out to be a bug in the code.  I'll attach a patch in a sec.
Assignee: shyam → nobody
Component: Server Operations → Facebook
Product: mozilla.org → Websites
QA Contact: mrz → facebook
Assigning to Zach so he imports it into the upstream SVN.
Assignee: nobody → allia.z
Any chance that this can be fixed today, please?
(In reply to comment #5)
> Any chance that this can be fixed today, please?

Zach has been emailed ... I think we're waiting on him or has this already been committed to svn?
Update: just talked with Zach and he's going to have this patched in the next couple hours. He's also tweaking the CSS styles for locales. Stand by.
(In reply to comment #7)
> He's also tweaking the CSS styles for locales.

In fact, I don't think he should do this.  If he applies the patch Gandalf sent by email to enable custom-css, localizers and the l10n team will be able to tweak the CSS instead.
commited gandalf's fix and this fix
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
I pulled the L10n-related commit into our SVN in r85307.
w00t!  The stage works now!
Nice! Both William and I see this awesomeness working... marking QA Verified so we can kick off the formal test cycle.
Status: RESOLVED → VERIFIED
Blocks: 643110
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: