Issue #2003812 by jsbalsera, Xano, mducharme, NonProfit, shixish | dagmita: Reorder element under configuration => Regional and language.

8.0.x
webchick 2013-11-28 00:55:52 -08:00
parent 77587a1ab8
commit beee5c272a
3 changed files with 4 additions and 3 deletions

View File

@ -71,7 +71,7 @@ function language_menu() {
'title' => 'Languages',
'description' => 'Configure languages for content and the user interface.',
'route_name' => 'language.admin_overview',
'weight' => -10,
'weight' => 0,
);
// 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;

View File

@ -174,7 +174,7 @@ function locale_menu() {
'title' => 'User interface translation',
'description' => 'Translate the built-in user interface.',
'route_name' => 'locale.translate_page',
'weight' => -5,
'weight' => 15,
);
$items['admin/reports/translations'] = array(

View File

@ -738,7 +738,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' => -5,
);
$items['admin/config/regional/date-time/formats/manage/%'] = array(
'title' => 'Edit date format',