Skip to content

Commit

Permalink
fix messages path
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Jun 4, 2018
1 parent adea91b commit ce7611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traits/TranslationsTrait.php
Expand Up @@ -15,7 +15,7 @@ public function registerTranslations()
\Yii::$app->i18n->translations['addressform'] = [
'class' => PhpMessageSource::class,
'sourceLanguage' => 'en-US',
'basePath' => '@tonisormisson/addressform/messages',
'basePath' => __DIR__ . '/messages',
];
}

Expand Down

0 comments on commit ce7611d

Please sign in to comment.