mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
8e685e5150
Hopefully this will help resolve issues that @xcazin and @pmario have been having with using the client-server configuration to prepare translations of the TW5 docs.
24 lines
473 B
Plaintext
24 lines
473 B
Plaintext
{
|
|
"description": "French (France) edition",
|
|
"plugins": [
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite",
|
|
"tiddlywiki/nighttime",
|
|
"tiddlywiki/starlight",
|
|
"tiddlywiki/stickytitles",
|
|
"tiddlywiki/centralised",
|
|
"tiddlywiki/readonly"
|
|
],
|
|
"languages": [
|
|
"fr-FR"
|
|
],
|
|
"includeWikis": [
|
|
{"path": "../tw5.com", "read-only": true}
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","fr-fr-demo.html","text/plain"]
|
|
}
|
|
} |