Commit 421ec2e8decaa986f680c1207e952b3adfdae3cf

Authored by Yarik
1 parent 6bab123f

Langs

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
common/config/main.php
... ... @@ -27,6 +27,10 @@
27 27 'class' => 'yii\i18n\PhpMessageSource',
28 28 'basePath' => '@artbox/core/messages',
29 29 ],
  30 + 'catalog' => [
  31 + 'class' => 'yii\i18n\PhpMessageSource',
  32 + 'basePath' => '@artbox/catalog/messages',
  33 + ],
30 34 'app' => [
31 35 'class' => 'yii\i18n\PhpMessageSource',
32 36 'basePath' => '@common/messages',
... ...