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
```