Commit 56d07109c6f61b871fb57aacac01687b53c08178

Authored by Alexey Boroda
2 parents bd0ba865 f7f3dca8

Merge remote-tracking branch 'origin/master'

Showing 2 changed files with 7 additions and 2 deletions   Show diff stats
common/config/main.php
... ... @@ -24,7 +24,11 @@
24 24 'translations' => [
25 25 'core' => [
26 26 'class' => 'yii\i18n\PhpMessageSource',
27   - 'basePath' => '@artbox/core/messages',
  27 + 'basePath' => '@artbox/catalog/messages',
  28 + ],
  29 + 'catalog' => [
  30 + 'class' => 'yii\i18n\PhpMessageSource',
  31 + 'basePath' => '@artbox/catalog/messages',
28 32 ],
29 33 'catalog' => [
30 34 'class' => 'yii\i18n\PhpMessageSource',
... ...
composer.json
... ... @@ -56,7 +56,8 @@
56 56 ],
57 57 "autoload": {
58 58 "psr-4": {
59   - "artbox\\core\\": "artweb/artbox-core/"
  59 + "artbox\\core\\": "artweb/artbox-core/",
  60 + "artbox\\catalog\\": "artweb/artbox-catalog/"
60 61 }
61 62 }
62 63 }
... ...