locale_translation_get_status($projects = NULL, $langcodes = NULL)
Gets the current translation status.
@todo What is 'translation status'?
File
core/modules/locale/locale.module, line 882 Enables the translation of the user interface to languages other than English.
Code
function locale_translation_get_status($projects = NULL, $langcodes = NULL) {
$result = array();
$status = \Drupal::state()->get('locale.translation_status');
module_load_include('translation.inc', 'locale');
$pro