Closed
Bug 1225159
Opened 9 years ago
Closed 9 years ago
font-style page is not localizable
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fs, Assigned: groovecoder)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
Went to https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
What happened?
==============
Not able to translate this page
What should have happened?
==========================
Able to translate this page.
Is there anything else we should know?
======================================
Other pages are translatable. Seems to be only happening on this page, so I don't think this is urgent. It becomes problematic, if we discover that more pages have this problem, though.
Assignee | ||
Comment 1•9 years ago
|
||
Starting this now; it's strange. The page returns is_localizable=True so it should have an "Add a translation" link. Still looking ...
Assignee: nobody → lcrouch
Assignee | ||
Comment 2•9 years ago
|
||
Bah. I was looking at the wrong doc id. I fixed this one (57337) so it can be translated now. I'll also submit a PR to add the "is_localizable" field to the admin interface so we can do this without db shell in the future.
But yes - keep an eye out if it looks like something is incorrectly setting documents to is_localizable=False. :/
Assignee | ||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/b6ee2865900bad36e8de35211dcf36a998c7e652
fix bug 1225159 - add is_localizable to admin site
When a site admin sees a page that can't be translated,
they need to update the is_localizable field on the page,
so translators can translate it.
https://github.com/mozilla/kuma/commit/a04e70de5a5b798187364cc07dbcaa43da254488
Merge pull request #3659 from mozilla/admin-is-localizable-1225159
fix bug 1225159 - add is_localizable to admin site
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 5•9 years ago
|
||
Thanks. I linked the 3 translations with their en-US parent.
Assignee | ||
Comment 6•9 years ago
|
||
You can now also check the "is_localizable" flag on the en-US pages via the admin UI, in case those flags are un-set for other pages. :/
Comment 7•9 years ago
|
||
Yep, I've seen it: thank you. Hopefully we don't need this too often, but I think it is fairly rare.
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•