1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-08 05:46:05 +00:00

Merge pull request #587 from BramChen/master

Update chinese editions
This commit is contained in:
Jeremy Ruston
2014-04-28 09:36:32 +01:00
10 changed files with 38 additions and 16 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"]
}
}