1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-12 10:20:26 +00:00

Merge pull request #1042 from pekopeko1/japanese5.1.5

Add japanese edition
This commit is contained in:
Jeremy Ruston 2014-11-02 17:04:22 +00:00
commit 3a0616044e
4 changed files with 27 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,2 @@
title: $:/favicon.ico
type: image/x-icon

View File

@ -0,0 +1,3 @@
title: $:/language
$:/languages/ja-JP

View File

@ -0,0 +1,22 @@
{
"description": "Japanese edition",
"plugins": [
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite",
"tiddlywiki/nighttime",
"tiddlywiki/starlight",
"tiddlywiki/seamless",
"tiddlywiki/stickytitles",
"tiddlywiki/centralised",
"tiddlywiki/readonly"
],
"languages": [
"ja-JP"
],
"build": {
"index": [
"--rendertiddler","$:/core/save/all","ja-jp-demo.html","text/plain"]
}
}