fonclub/yii2-languages
Модуль для работы с языками сайта, (*1)
Installation
Install the package through composer:, (*2)
composer require fonclub/yii2-languages
And then add this to your application configuration:, (*3)
frontend and backend config main.php, (*4)
'urlManager' => [
'class'=>'fonclub\languages\localeurls\UrlManager',
'enablePrettyUrl'=>true,
'showScriptName'=>false
]
common config main.php, (*5)
'components' => [
'localeUrls' => [
'class' => 'fonclub\languages\localeurls\LocaleUrls',
'enableDefaultSuffix' => true
],