protected LocaleConfigSubscriber::saveCustomizedTranslation($name, $source, $context, $new_translation, $langcode)
Saves a translation string and marks it as customized.
Parameters
string $name: The configuration name.
string $source: The source string value.
string $context: The source string context.
string $new_translation: The translation string.
string $langcode: The language code of the translation.
File
core/modules/locale/src/LocaleConfigSubscriber.php, line 208
Class
LocaleConfigS