protected LocaleConfigSubscriber::processTranslatableData($name, array $config, array $translatable, $langcode, array $reference_config = array())
Process the translatable data array with a given language.
Parameters
string $name: The configuration name.
array $config: The active configuration data or override data.
array|\Drupal\Core\StringTranslation\TranslatableMarkup[] $translatable: The translatable array structure. @see \Drupal\locale\LocaleConfigManager::getTranslatableData()
string $la