Split `de-AT-DE` edition into `de-AT` and `de-DE` editions

It doesn’t really make sense for an edition to be in two languages
This commit is contained in:
Jermolene 2014-09-17 19:47:43 +01:00
parent a9f46525a0
commit 28b2ac4fb3
95 changed files with 34 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 405 B

View File

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

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -7,10 +7,15 @@
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],
"languages": [
"en-GB",
"de-AT",
"de-DE"
],
"includeWikis": [
"../de-AT-DE"
"../de-AT"
],
"config": {
"default-tiddler-location": "../de-AT-DE/tiddlers"
"default-tiddler-location": "../de-AT/tiddlers"
}
}

View File

Before

Width:  |  Height:  |  Size: 405 B

After

Width:  |  Height:  |  Size: 405 B

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,27 @@
{
"plugins": [
"tiddlywiki/github-fork-ribbon",
"tiddlywiki/browser-sniff"],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite",
"tiddlywiki/nighttime",
"tiddlywiki/starlight",
"tiddlywiki/centralised",
"tiddlywiki/readonly"
],
"languages": [
"en-GB",
"de-AT",
"de-DE"
],
"includeWikis": [
"../de-AT"
],
"build": {
"index": [
"--rendertiddler","$:/core/save/all","de-de-demo.html","text/plain"],
"favicon": [
"--savetiddler","$:/favicon.ico","favicon.ico"]
}
}