diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index bfb38fd..299e0ce 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -151,6 +151,8 @@ https://www.drupal.org/list-changes/drupal * All Gettext files are now imported in chunks, better for low resource environments. * Automated import and update of translations in the installer and later. + * Added language fallback possibility in interface translation (no UI in + core though to configure it). * Improved content language support: * Made it possible to assign language to taxonomy terms, vocabularies, menu items, and files. @@ -171,12 +173,6 @@ https://www.drupal.org/list-changes/drupal configuration with translatable values (blocks, views, fields, etc.). * Added language options to block visibility. * Much improved language APIs for developers: - * Added simple APIs and hooks to save/delete/update languages. - * New Language class wraps language information, used universally. - * Unified database schemas and APIs to make it easier to spot where - language codes are referenced. - * Made the language negotiation system APIs more consistent for - developers. * Made it possible for users to have a preferred language separate from their user entity language. * The text formatter from t() is now available as FormattableMarkup. @@ -185,10 +181,6 @@ https://www.drupal.org/list-changes/drupal menu items and contextual links. * Removed textgroups support from interface translation in favor of native configuration language support. - * Added configuration schema system to support generating translation - forms for any configuration. - * Reworked Gettext PO support to use pluggable read/write handlers. - * Added language select form element in the Form API. * Added a transliteration API. (Only used for machine names in core.) - New field types added to core: * Email