Add romanian language in all dist config files
parent
8004f9996f
commit
e0da9d8b97
|
@ -7,14 +7,13 @@ return array(
|
|||
3 => 'Deutsch',
|
||||
4 => 'Nederlands',
|
||||
5 => 'Spanish',
|
||||
6 => 'Italien',
|
||||
7 => 'Japanese',
|
||||
8 => 'Polish',
|
||||
9 => 'Portuguese',
|
||||
10 => 'Russian',
|
||||
11 => 'Chinese',
|
||||
|
||||
|
||||
6 => 'Romanian',
|
||||
7 => 'Italien',
|
||||
8 => 'Japanese',
|
||||
9 => 'Polish',
|
||||
10 => 'Portuguese',
|
||||
11 => 'Russian',
|
||||
12 => 'Chinese',
|
||||
],
|
||||
|
||||
'defaultLanguageIndex' => 1,
|
||||
|
@ -40,5 +39,5 @@ return array(
|
|||
]
|
||||
*/
|
||||
|
||||
'activeLanguages' => array('fr','en','de','nl','es','it','ja','pl','pt','ru','zh'),
|
||||
'activeLanguages' => array('fr','en','de','nl','es','ro','it','ja','pl','pt','ru','zh'),
|
||||
);
|
||||
|
|
|
@ -55,35 +55,39 @@ return [
|
|||
'index' => 5,
|
||||
'label' => 'Spanish',
|
||||
],
|
||||
'it' => [
|
||||
'ro' => [
|
||||
'index' => 6,
|
||||
'label' => 'Romanian',
|
||||
],
|
||||
'it' => [
|
||||
'index' => 7,
|
||||
'label' => 'Italian',
|
||||
],
|
||||
'ru' => [
|
||||
'index' => 7,
|
||||
'index' => 8,
|
||||
'label' => 'Russian',
|
||||
],
|
||||
'pt' => [
|
||||
'index' => 8,
|
||||
'index' => 9,
|
||||
'label' => 'Portuguese',
|
||||
],
|
||||
'pl' => [
|
||||
'index' => 9,
|
||||
'index' => 10,
|
||||
'label' => 'Polish',
|
||||
],
|
||||
'jp' => [
|
||||
'index' => 10,
|
||||
'index' => 11,
|
||||
'label' => 'Japanese',
|
||||
],
|
||||
'zh' => [
|
||||
'index' => 11,
|
||||
'index' => 12,
|
||||
'label' => 'Chinese',
|
||||
],
|
||||
],
|
||||
|
||||
'defaultLanguageIndex' => 1,
|
||||
|
||||
'activeLanguages' => array('fr','en','de','nl','es','it','ja','pl','pt','ru','zh'),
|
||||
'activeLanguages' => array('fr','en','de','nl','es','ro','it','ja','pl','pt','ru','zh'),
|
||||
|
||||
'appVersion' => $package_json['version'],
|
||||
|
||||
|
|
Loading…
Reference in New Issue