mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-17 16:01:15 +08:00

- i18n now falls back to `en` from `en-US` if message translation isn't found - View now falls back to `en` from `en-US` if file not found - Default `sourceLanguage` and `language` are now `en`
This folder contains official Yii 2 guides documentation.
To add new guide, take the following steps:
- Create
guide-name
and put there relevant documentation; - If guide has more then one word in name, then it should be with dashes, like:
console-fixture.md
,module-debug.md
; - If your guide is for console commands, than its name should follow convention:
console-{command}.md
; - If your guide is for custom modules, than its name should follow convention:
module-{moduleName}.md
.