|
|
@@ -91,7 +91,7 @@ return [
|
|
|
'app*' => [
|
|
|
'class' => 'yii\i18n\PhpMessageSource',
|
|
|
'basePath' => '@common/messages',
|
|
|
-// 'sourceLanguage' => 'en-US',
|
|
|
+ 'sourceLanguage' => 'en-US',
|
|
|
'fileMap' => [
|
|
|
'app' => 'app.php',
|
|
|
'app/error' => 'error.php',
|
|
|
@@ -100,7 +100,7 @@ return [
|
|
|
'ctx*' => [
|
|
|
'class' => 'yii\i18n\PhpMessageSource',
|
|
|
'basePath' => '@common/messages',
|
|
|
-// 'sourceLanguage' => 'en-US',
|
|
|
+ 'sourceLanguage' => 'en-US',
|
|
|
'fileMap' => [
|
|
|
'ctx' => 'ctx.php',
|
|
|
'ctx/error' => 'error.php',
|