Keep up-to-date changes for chinese translation

This commit is contained in:
Bram Chen
2014-02-26 12:18:00 +08:00
parent 83b2a5d305
commit 9e820a602b
28 changed files with 326 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
title: $:/language/Help/rendertiddlers
description: 呈现符合筛选条件的条目为指定的 ContentType
呈现符合筛选条的条目为指定的 ContentType (默认为 `text/html`) 与扩展名 (默认为 `.html`).
```
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]
```
例如:
```
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
```