mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
ed9cc84fb2
en-GB is built into the core, and so does not have a separate language plugin
24 lines
411 B
Plaintext
24 lines
411 B
Plaintext
{
|
|
"description": "Server configuration of the German (Österreich) edition",
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem",
|
|
"tiddlywiki/highlight",
|
|
"tiddlywiki/internals"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"languages": [
|
|
"de-AT",
|
|
"de-DE"
|
|
],
|
|
"includeWikis": [
|
|
"../de-AT"
|
|
],
|
|
"config": {
|
|
"default-tiddler-location": "../de-AT/tiddlers"
|
|
}
|
|
}
|