From 0b15c2800c6c47fc821a2ab4f57254a4301e6962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E5=AD=A4=E6=80=9D=E5=AD=90=EF=BC=88Pari?= =?UTF-8?q?s=C2=B7QianSen=EF=BC=89?= Date: Thu, 13 Nov 2014 16:53:11 +0800 Subject: [PATCH 1/2] Update translation-teams.md --- docs/internals/translation-teams.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/internals/translation-teams.md b/docs/internals/translation-teams.md index 61604b5064..cf12849e56 100644 --- a/docs/internals/translation-teams.md +++ b/docs/internals/translation-teams.md @@ -12,7 +12,6 @@ China - **Paris Qian Sen 东方孤思子,[@qiansen1386](https://github.com/qiansen1386),qiansen1386@gmail.com** - [@AbrahamGreyson 刘阳](https://github.com/AbrahamGreyson) -- [@Aliciamiao](https://github.com/aliciamiao) - [@fmalee](https://github.com/fmalee) - [@funson86 花生](https://github.com/funson86) - [@ivantree 长兴苗木](https://github.com/ivantree) From b1826e4f182e92bba9d104a58b89d86e83f0e66b Mon Sep 17 00:00:00 2001 From: waltye Date: Fri, 14 Nov 2014 16:37:42 +0800 Subject: [PATCH 2/2] Update structure-assets.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit '不熟'应为'部署','公斤'应为'工具'。 --- docs/guide-zh-CN/structure-assets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide-zh-CN/structure-assets.md b/docs/guide-zh-CN/structure-assets.md index e3018eef15..431d65a9b8 100644 --- a/docs/guide-zh-CN/structure-assets.md +++ b/docs/guide-zh-CN/structure-assets.md @@ -246,7 +246,7 @@ return [ ### 资源部署 有时你想"修复" 多个资源包中资源文件的错误/不兼容,例如包A使用1.11.1版本的`jquery.min.js`, -包B使用2.1.1版本的`jquery.js`,可自定义每个包来解决这个问题,更好的方式是使用*资源部署*特性来不熟不正确的资源为想要的, +包B使用2.1.1版本的`jquery.js`,可自定义每个包来解决这个问题,更好的方式是使用*资源部署*特性来部署不正确的资源为想要的, 为此,配置[[yii\web\AssetManager::assetMap]]属性,如下所示: ```php @@ -347,7 +347,7 @@ Yii使用文件扩展名来表示资源使用哪种扩展语法,默认可以 - [CoffeeScript](http://coffeescript.org/): `.coffee` - [TypeScript](http://www.typescriptlang.org/): `.ts` -Yii依靠安装的预处理公斤来转换资源,例如,为使用[LESS](http://lesscss.org/),应安装`lessc` 预处理命令。 +Yii依靠安装的预处理工具来转换资源,例如,为使用[LESS](http://lesscss.org/),应安装`lessc` 预处理命令。 可配置[[yii\web\AssetManager::converter]]自定义预处理命令和支持的扩展语法,如下所示: