diff --git a/core/modules/language/language.info b/core/modules/language/language.info index 309704f..adc2544 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 = Lets you configure languages to be used on your website 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..2079e7f 100644 --- a/core/modules/locale/locale.info +++ b/core/modules/locale/locale.info @@ -1,6 +1,6 @@ -name = Locale +name = UI translation description = Provides user interface translation to languages other than English. -package = Core +package = Multilingual version = VERSION core = 8.x dependencies[] = language diff --git a/core/modules/translation_entity/translation_entity.info b/core/modules/translation_entity/translation_entity.info index 4a28def..e7d8f58 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 content entities to be translated into different languages. dependencies[] = language -package = Core +package = Multilingual version = VERSION core = 8.x