Merge pull request #8548 from yiijan/simple-link

docs/internals/translation-workflow.md touched a bit [ci skip]
This commit is contained in:
Alexander Makarov
2015-05-26 01:57:28 +03:00

View File

@@ -18,7 +18,7 @@ In order to start with message translation:
`ru`, `zh-CN`. `ru`, `zh-CN`.
2. Go to `framework` and run `yii message/extract messages/config.php`. 2. Go to `framework` and run `yii message/extract messages/config.php`.
3. Translate messages in `framework/messages/your_language/yii.php`. Make sure file is saved using UTF-8 encoding. 3. Translate messages in `framework/messages/your_language/yii.php`. Make sure file is saved using UTF-8 encoding.
4. [Make a pull request](https://github.com/yiisoft/yii2/blob/master/docs/internals/git-workflow.md). 4. [Make a pull request](git-workflow.md).
In order to keep your translation up to date you may run `yii message/extract messages/config.php` again. It will In order to keep your translation up to date you may run `yii message/extract messages/config.php` again. It will
automatically re-extract messages keeping unchanged ones intact. automatically re-extract messages keeping unchanged ones intact.