|
|
@@ -96,6 +96,7 @@ return [
|
|
|
'app' => 'app.php',
|
|
|
'app/error' => 'error.php',
|
|
|
],
|
|
|
+ 'forceTranslation' => true,
|
|
|
],
|
|
|
'ctx*' => [
|
|
|
'class' => 'yii\i18n\PhpMessageSource',
|
|
|
@@ -105,6 +106,7 @@ return [
|
|
|
'ctx' => 'ctx.php',
|
|
|
'ctx/error' => 'error.php',
|
|
|
],
|
|
|
+ 'forceTranslation' => true,
|
|
|
],
|
|
|
],
|
|
|
],
|