--- /home/jsanchez/projects/d8/Reorder_element_under_configuration-2003812-26.patch +++ /home/jsanchez/projects/d8/Reorder_element_under_configuration-2003812-34.patch @@ -1,5 +1,5 @@ diff --git a/core/modules/language/language.module b/core/modules/language/language.module -index 32d38eb..c83f006 100644 +index e5aa96a..6d4be7e 100644 --- a/core/modules/language/language.module +++ b/core/modules/language/language.module @@ -71,7 +71,7 @@ function language_menu() { @@ -9,18 +9,18 @@ - 'weight' => -10, + 'weight' => 0, ); - $items['admin/config/regional/language/list'] = array( - 'title' => 'List', -@@ -124,6 +124,7 @@ function language_menu() { - 'title' => 'Content language settings', - 'description' => 'Configure content language support for any multilingual element.', + + // Content language settings. +@@ -79,6 +79,7 @@ function language_menu() { + 'title' => 'Content language', + 'description' => 'Configure language support for content.', 'route_name' => 'language.content_settings_page', + 'weight' => 10, ); return $items; diff --git a/core/modules/locale/locale.module b/core/modules/locale/locale.module -index 6ba156d..97ffbc8 100644 +index 30f134e..e9b539c 100644 --- a/core/modules/locale/locale.module +++ b/core/modules/locale/locale.module @@ -174,7 +174,7 @@ function locale_menu() { @@ -30,18 +30,18 @@ - 'weight' => -5, + 'weight' => 15, ); - $items['admin/config/regional/translate/translate'] = array( - 'title' => 'Translate', + + $items['admin/reports/translations'] = array( diff --git a/core/modules/system/system.module b/core/modules/system/system.module -index 96d6e70..d95ced1 100644 +index cf057b2..2bb7d37 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module -@@ -789,7 +789,7 @@ function system_menu() { +@@ -733,7 +733,7 @@ function system_menu() { 'title' => 'Date and time formats', 'description' => 'Configure display format strings for date and time.', 'route_name' => 'system.date_format_list', - 'weight' => -9, -+ 'weight' => -2, ++ 'weight' => -5, ); $items['admin/config/regional/date-time/formats/add'] = array( 'title' => 'Add format',