1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-23 13:53:15 +00:00

Add build targets to chinese editions

This commit is contained in:
Bram Chen 2014-04-28 16:11:57 +08:00
parent 28bab707b9
commit 88314d968a
2 changed files with 12 additions and 2 deletions

View File

@ -7,11 +7,16 @@
"tiddlywiki/snowwhite",
"tiddlywiki/nighttime",
"tiddlywiki/starlight",
"tiddlywiki/seamless",
"tiddlywiki/stickytitles",
"tiddlywiki/centralised",
"tiddlywiki/readonly"
],
"languages": [
"zh-Hans"
]
],
"build": {
"index": [
"--rendertiddler","$:/core/save/all","zh-hans-demo.html","text/plain"]
}
}

View File

@ -7,11 +7,16 @@
"tiddlywiki/snowwhite",
"tiddlywiki/nighttime",
"tiddlywiki/starlight",
"tiddlywiki/seamless",
"tiddlywiki/stickytitles",
"tiddlywiki/centralised",
"tiddlywiki/readonly"
],
"languages": [
"zh-Hant"
]
],
"build": {
"index": [
"--rendertiddler","$:/core/save/all","zh-hant-demo.html","text/plain"]
}
}