I'm trying to display a news record in a different language to the default language where no record in the default language exists.
The multilanguage configuration is
config {
sys_language_mode = strict
sys_language_overlay = 0
}
The Plugin on the page is set to 'All languages'.
News only existing in the default language are suppressed as expected, but news only available in another language are not appended to the list.
(EXT:news version is 2.2.1, TYPO3 Version is 4.7.14)