diff --git a/core/modules/language/language.info b/core/modules/language/language.info index 309704f..53ab979 100644 --- a/core/modules/language/language.info +++ b/core/modules/language/language.info @@ -1,6 +1,6 @@ name = Language -description = Lets you configure a number of languages to be used on your website and provides language negotiation functionality. -package = Core +description = Allows users to configure languages and apply them to content. +package = Multilingual version = VERSION core = 8.x configure = admin/config/regional/language diff --git a/core/modules/locale/locale.info b/core/modules/locale/locale.info index 1e7a4ae..4f316a3 100644 --- a/core/modules/locale/locale.info +++ b/core/modules/locale/locale.info @@ -1,6 +1,6 @@ -name = Locale -description = Provides user interface translation to languages other than English. -package = Core +name = Interface Translation +description = Translates the built-in user interface. +package = Multilingual version = VERSION core = 8.x dependencies[] = language diff --git a/core/modules/translation/translation.info b/core/modules/translation/translation.info index 01e03f1..a511ac1 100644 --- a/core/modules/translation/translation.info +++ b/core/modules/translation/translation.info @@ -1,8 +1,8 @@ -name = Content Translation +name = Content Translation (deprecated) description = Allows content to be translated into different languages. dependencies[] = node dependencies[] = language -package = Core +package = Multilingual version = VERSION core = 8.x ; The Content Translation module is deprecated in Drupal 8. diff --git a/core/modules/translation_entity/translation_entity.info b/core/modules/translation_entity/translation_entity.info index 4a28def..3d2b90b 100644 --- a/core/modules/translation_entity/translation_entity.info +++ b/core/modules/translation_entity/translation_entity.info @@ -1,6 +1,6 @@ -name = Entity Translation -description = Allows entities to be translated into different languages. +name = Content Translation +description = Allows users to translate content entities. dependencies[] = language -package = Core +package = Multilingual version = VERSION core = 8.x