commited features for showroom release

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-10 18:30:03 +01:00
parent 026a9bc241
commit 138b68ac98
36 changed files with 2694 additions and 969 deletions

View File

@@ -36,11 +36,11 @@ function translations_strongarm() {
$strongarm->api_version = 1;
$strongarm->name = 'locale_language_providers_weight_language';
$strongarm->value = array(
'locale-url' => '-8',
'locale-session' => '-6',
'locale-user' => '-4',
'locale-browser' => '-2',
'language-default' => '10',
'locale-user' => '-9',
'locale-url' => '-10',
'locale-session' => '-8',
'locale-browser' => '-7',
'language-default' => '-6',
);
$export['locale_language_providers_weight_language'] = $strongarm;