Docs ja update 0127 [ci skip] (#13463)

* docs/guide-ja/intro-yii.md, docs/guide-ja/output-client-scripts.md updated [ci skip]

* docs/guide-ja/output-data-providers.md and output-data-widgets.md updated [ci skip]

* docs/guide-ja updates (WIP) [ci skip]
This commit is contained in:
Nobuo Kihara
2017-01-29 00:32:23 +09:00
committed by Alexander Makarov
parent 1cc327f108
commit 015f14e374
11 changed files with 251 additions and 81 deletions

View File

@ -21,7 +21,7 @@ echo $formatter->asEmail('cebe@example.com');
echo $formatter->asBoolean(true);
// it also handles display of null values:
// 出力: (Not set)
// 出力: (not set)
echo $formatter->asDate(null);
```