Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Published property for pages should be localized #1164

Open
robinlambert opened this issue Jul 13, 2016 · 1 comment
Open

Published property for pages should be localized #1164

robinlambert opened this issue Jul 13, 2016 · 1 comment
Labels

Comments

@robinlambert
Copy link

I have a multilingual website (in french and english). I want my blog.liquid page to be in english only. So I don't create the blog.fr.liquid page. But whenever I sync my website from production, it automatically creates me a blog.fr.liquid page. So the next time I push, I have a blog.fr.liquid page in production. The same goes for content_type_template pages.

A solution to that problem could be to make the "Published" property localized. The same goes for the content types: It would be great if the "Visible" property was localized.

@did did added the feature label Aug 9, 2016
@dotsi
Copy link

dotsi commented Apr 24, 2020

Just ran into this. This is an essential feature for multi-language sites.
Publish and listed fields for pages and content types must be localized so content between language versions can be different.
Right now the language versions need to be exactly the same. You can hide pages in different language versions by not showing them in a custom menu(Section) but they are still listed in the generated sitemap file.
Also it is very confusing for editors to be able to localize the title and slug in the same interface but the Published and Listed in the Menu switches are global. There is no indication of this behaviour until you try it.
Is there any special reason why this was not implemented yet? It seems like a necessary and powerful feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants