Content inside layout disappears with certain locales

Permalink
Hi,

I'm encountering some really weird behavior with Concrete 5.4.1.1. If I define locale in site.php to "fi_FI", the translation works fine UI etc, but ALL content added inside layouts disappear. If I add blocks to areas without layout "slicing", it works fine, but layouted areas render only the layout divs but not the content. There is no difference between content types, all seems to disappear.

What could be causing such problem? How is the locale tied to area layouts?

 
jordanlev replied on at Permalink Reply
jordanlev
I've never done translation work so I don't know what's causing your specific problem. BUT I have noticed a lot of instances where the Area Layouts don't play nice with functions that grab block content (because the layout is an area that contains other areas that contain the blocks, not an area that contains blocks itself). So I wouldn't be surprised if this is a related issue. The fix would involve core code changes. You may want to file this as a bug (go here:http://www.concrete5.org/developers/bugs/5-4-1-1/... and click on "Report Issue").

-Jordan