Hello,
After enabling 'filter by locale' in a view you get:
Fatal error: Call to undefined function localizer_get_nodeslocales_assql() in
/path/to/drupal/directory/modules/localizer/modules/localizerviews.module on line 115
To fix the problem you need to change the line 115 in localizerviews.module to:
$nodeslocales_assql = localizer_get_contentlocales_assql();
Unfortunately the 'filter by locale' filter doesn't work at all - a view displays both normal nodes and translations :(