- 🇩🇪Germany Anybody Porta Westfalica
As of my comment here: https://www.drupal.org/forum/support/translations/2016-08-28/language-sw... →
I think core needs settings to let the admin decide how to handle untranslated nodes. It should combine the fixed from the listed modules, which are acting as workaround currently, but that should be done in core as combined setting in one single place:
- 🇺🇸United States l-laziz
The changes in this commit, cause PHP fatal error wit hCOre update 9.5.9 because it expects an array value, however NULL is given.
This looks like the change (git diff) from the merged commit causing error:- $links = []; + $links = $config->get('hide_single_link_block') ? NULL : [];