Change record status: 
Project: 
Introduced in branch: 
8.0.x
Introduced in version: 
8.0.0
Description: 

The utility function locale_translate_english() which returned a bool based on whether English was marked translatable is renamed to locale_is_translatable() and now takes langcode argument. To reproduce the old behavior just use locale_is_translatable('en').

Impacts: 
Module developers