1st time ja-JP translation commit.

This commit is contained in:
OGOSHI Masayuki
2014-04-13 15:35:36 +09:00
parent 4f4b743d9c
commit 5447420832
41 changed files with 594 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
title: $:/language/Help/rendertiddlers
description: Render tiddlers matching a filter to a specified ContentType
Render a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).
```
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]
```
For example:
```
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
```