mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Doc comments at "yii\console\controllers\MessageController" has been updated.
This commit is contained in:
@@ -17,6 +17,13 @@ use yii\helpers\FileHelper;
|
|||||||
* The extracted messages are saved as PHP message source files
|
* The extracted messages are saved as PHP message source files
|
||||||
* under the specified directory.
|
* under the specified directory.
|
||||||
*
|
*
|
||||||
|
* Usage:
|
||||||
|
* 1. Create a configuration file using 'template' action:
|
||||||
|
* yii message/template /path/to/myapp/messages/config.php
|
||||||
|
* 2. Edit the created config file, adjusting it for your web application needs.
|
||||||
|
* 3. Run the 'generate' action, using created config:
|
||||||
|
* yii message /path/to/myapp/messages/config.php
|
||||||
|
*
|
||||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user