Skip to content

Commit

Permalink
Fixed issue 101 and 120 from "yii2-start" repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vova07 committed Jan 18, 2015
1 parent 019a63a commit efd6929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function bootstrap($app)
$app->i18n->translations['vova07/themes/admin*'] = [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@vova07/themes/admin/messages',
'forceTranslation' => true,
'forceTranslation' => false,
'fileMap' => [
'admin' => 'admin.php',
'widgets/box' => 'box.php'
Expand All @@ -30,7 +30,7 @@ public function bootstrap($app)
$app->i18n->translations['vova07/themes/site*'] = [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@vova07/themes/site/messages',
'forceTranslation' => true,
'forceTranslation' => false,
'fileMap' => [
'site' => 'site.php',
]
Expand Down

0 comments on commit efd6929

Please sign in to comment.