Maybe it is possible to define Conditional_Tags where translations can be enabled – is_page, is_category …
From: http://codex.ww.wp.xz.cn/Conditional_Tags
By default enable them everywhere. Then it is more comfortable!
Using checkboxes in plugin configuration under settings can be option.
There is page_for_posts in wp_options – how to disable polylang for that page ?
define(‘PLL_DISPLAY_ALL’, true) is not what i ment!
enable for ALL – but disable for POSTS ?!?