i used yii2 users and rbac ( dekturim ) in my project
i did change language of project to fa-IR and changed true
but in rbac language not changed !
this is my config in console.php
'modules' => [
'rbac' => 'dektrium\rbac\RbacWebModule',
],
and this is my config in web.php
$config = [
'id' => 'basic',
'timezone' => 'Asia/Tehran',
'basePath' => dirname(__DIR__),
'sourceLanguage' => 'fa-IR',
'language' => 'fa-IR',