By gábor hojtsy on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.0.x
Introduced in version:
8.0.0
Issue links:
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