Closed
Bug 527534
Opened 15 years ago
Closed 15 years ago
[FyFx] "Sign up for news" confirmation text is in English
Categories
(Webtools Graveyard :: Five Years of Firefox, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sethb, Unassigned)
References
()
Details
Attachments
(3 files, 1 obsolete file)
At least in es-ES version, when you sign up for the news, the answer text is in
English:
"Thanks for signing up, We'll be in touch with more news from Mozilla
soon."
Additionally, if you have already signed up and submit again, the reminder that you have already signed up is in English. See screen shots.
It's translated on es-ES.po file
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Attachment #411262 -
Attachment is obsolete: true
Reporter | ||
Comment 2•15 years ago
|
||
Comment 3•15 years ago
|
||
This is broken for all locales :( Working on it right now.
Severity: normal → critical
Comment 4•15 years ago
|
||
Found the reason.
The code responsible for registering the locale was commented out in the form processing file. That's now fixed in r55811. Furthermore, the form is submitted via javascript, and the current locale wasn't even passed to the the signup.php file. I fixed that in r55815.
This should work now on stage. Guillermo, Seth: can you please verify?
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Found the reason.
>
> The code responsible for registering the locale was commented out in the form
> processing file. That's now fixed in r55811. Furthermore, the form is submitted
> via javascript, and the current locale wasn't even passed to the the signup.php
> file. I fixed that in r55815.
>
> This should work now on stage. Guillermo, Seth: can you please verify?
Verified. Screen shots attached.
Reporter | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•