We are building an English/Arabic site and occasionally we unpublish content in one language. We would like for the same content in the other language to be automatically unpublished. Is there a "Drupal" way to do this?
We are currently using Views and many associated modules, such as VBO. However, I'm thinking it may be easier to just do it programmatically than try to finagle it with Views.
I'm using Drupal 8 and when I go to /admin/config/regional/content-language and try to turn on "Custom menu link", it doesn't save, and it just reloads unchecked.
I have a reverse proxy server (Nginx) used for a Drupal 8 server. The Drupal 8 server has two languages, each assigned to its own sub-domain. The idea is that the proxy server geo-locates the users and, from the same main domain, provides the related upstream sub-domain. I have this working.