3c3 < index 0000000..6223676 --- > index 0000000..403a909 6c6 < @@ -0,0 +1,133 @@ --- > @@ -0,0 +1,131 @@ 61c61 < + $description = t('By submitting this form these changes will apply to the %name field everywhere it is used.', --- > + return t('By submitting this form these changes will apply to the %name field everywhere it is used.', 64,65d63 < + $description .= $this->fieldInfo['translatable'] ? "
" . t("All the existing translations of this field will be deleted.
This action cannot be undone.") : ''; < + return $description; 104,107c102,105 < + // Language::LANGCODE_NOT_SPECIFIED. Thus we need a field to be translatable < + // before we convert data to the entity language. Conversely we need to < + // switch data back to Language::LANGCODE_NOT_SPECIFIED before making a < + // field untranslatable lest we lose information. --- > + // LANGUAGE_NOT_SPECIFIED. Thus we need a field to be translatable before we > + // convert data to the entity language. Conversely we need to switch data > + // back to LANGUAGE_NOT_SPECIFIED before making a field untranslatable lest > + // we lose information. 141c139 < index dd7874c..54531dc 100644 --- > index 8c184b5..e8a4dd5 100644 144c142 < @@ -367,87 +367,6 @@ function _translation_entity_update_field_translatability($settings) { --- > @@ -364,87 +364,6 @@ function _translation_entity_update_field_translatability($settings) { 182c180 < - * $entity->{field_name}[Language::LANGCODE_NOT_SPECIFIED] is moved to --- > - * $entity->{field_name}[LANGUAGE_NOT_SPECIFIED] is moved to 205c203 < - // Language::LANGCODE_NOT_SPECIFIED. Thus we need a field to be translatable before we --- > - // LANGUAGE_NOT_SPECIFIED. Thus we need a field to be translatable before we 207c205 < - // to Language::LANGCODE_NOT_SPECIFIED before making a field untranslatable lest we lose --- > - // to LANGUAGE_NOT_SPECIFIED before making a field untranslatable lest we lose 233c231 < index bbe6605..dcceede 100644 --- > index 82bd66d..7100426 100644