Update for website changes
This commit is contained in:
+4
-4
@@ -19,7 +19,7 @@ limitations under the License.
|
||||
$supportedLangs = [
|
||||
'en-us',
|
||||
'qps-ploc',
|
||||
'pl-pl',
|
||||
/* 'pl-pl',
|
||||
'de-de',
|
||||
'pt-br',
|
||||
'pt-pt',
|
||||
@@ -35,7 +35,7 @@ $supportedLangs = [
|
||||
'hu-hu',
|
||||
'tr-tr',
|
||||
'ro-ro',
|
||||
'ru-ru',
|
||||
'ru-ru',*/
|
||||
];
|
||||
|
||||
/*
|
||||
@@ -47,7 +47,7 @@ it's better to not force half translated website down to people's throats.
|
||||
$autoLangMappings = [
|
||||
'en-us' => 'en-us',
|
||||
'en' => 'en-us',
|
||||
'pl-pl' => 'pl-pl',
|
||||
/* 'pl-pl' => 'pl-pl',
|
||||
'pl' => 'pl-pl',
|
||||
'de-de' => 'de-de',
|
||||
'de' => 'de-de',
|
||||
@@ -56,7 +56,7 @@ $autoLangMappings = [
|
||||
'zh-cn' => 'zh-cn',
|
||||
'zh' => 'zh-cn',
|
||||
'ar-sa' => 'ar-sa',
|
||||
'ar' => 'ar-sa',
|
||||
'ar' => 'ar-sa',*/
|
||||
];
|
||||
|
||||
//Language selector configuration
|
||||
|
||||
Reference in New Issue
Block a user