Closed
Bug 891761
Opened 12 years ago
Closed 12 years ago
Meta description text in Firefox pages + tab title hardcoded in English
Categories
(www.mozilla.org :: Pages & Content, defect)
www.mozilla.org
Pages & Content
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pascalc, Unassigned)
Details
The meta description and first part of the page title strings are not localizable:
https://github.com/mozilla/bedrock/blob/master/bedrock/firefox/templates/firefox/base-resp.html#L9
https://github.com/mozilla/bedrock/blob/master/bedrock/firefox/templates/firefox/base-resp.html#L13
Pull request coming to get that localizable.
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/409a3e3b05e32ecbdecc09f250f9e5d3da654705
Bug 891761 : fix hardcoded strings in base-resp.html (used by firefox/new)
https://github.com/mozilla/bedrock/commit/350ba0f76689d06a85fcb6922885a1023b970b0e
Merge pull request #1045 from pascalchevrel/bug891761-fix_hardcoded_strings_baseresp_template
Bug 891761 : fix hardcoded strings in base-resp.html (used by firefox/ne...
Comment 2•12 years ago
|
||
Verified on demo1 that tab & meta descriptions are now translated on /pt-BR & /pl
Comment 3•12 years ago
|
||
Verified on stage
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•