enable Russian translations option
This commit is contained in:
parent
d8a02a6a46
commit
4044e50aa5
@ -31,4 +31,11 @@ return [
|
|||||||
'name' => 'Español',
|
'name' => 'Español',
|
||||||
'short_name' => 'es'
|
'short_name' => 'es'
|
||||||
],
|
],
|
||||||
|
'ru' => [
|
||||||
|
'alias' => 'ru_RU',
|
||||||
|
],
|
||||||
|
'ru_RU' => [
|
||||||
|
'name' => 'Русский язык',
|
||||||
|
'short_name' => 'ru',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user