forked from mia/Aegisub
Add corrected default_path.json which should have been in r5315.
Originally committed to SVN as r5317.
This commit is contained in:
parent
0a54e9ca06
commit
b3c5bb6e92
1 changed files with 19 additions and 21 deletions
|
@ -1,32 +1,30 @@
|
||||||
{
|
{
|
||||||
"Backup" : "^CONFIG/backup",
|
"Autosave" : "^CONFIG/autosave/",
|
||||||
"Autosave" : "^CONFIG/autosave",
|
"Backup" : "^CONFIG/backup/",
|
||||||
"Data" : "",
|
"Catalog" : "^CONFIG/catalog/",
|
||||||
"User" : "",
|
"Crash" : "^CONFIG/crash/",
|
||||||
"Temp" : "",
|
|
||||||
"Dictionary" : {
|
"Dictionary" : {
|
||||||
"Local" : {
|
"Lang" : [
|
||||||
"Lang" : "^CONFIG/dictionary/lang",
|
{ "string" : "^CONFIG/dictionary/lang/" }
|
||||||
"Thesarus" : "^CONFIG/dictionary/thesaurus",
|
],
|
||||||
"Personal" : "^CONFIG/dictionary/personal"
|
"Personal" : [
|
||||||
},
|
{ "string" : "^CONFIG/dictionary/personal/" }
|
||||||
"Lang" : [],
|
],
|
||||||
"Thesaurus" : []
|
"Thesarus" : [
|
||||||
|
{ "string" : "^CONFIG/dictionary/thesaurus/" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"Automation" : {
|
|
||||||
"Autoload" : [],
|
|
||||||
"Include" : []
|
|
||||||
},
|
|
||||||
"Crash" : "^CONFIG/crash",
|
|
||||||
"Font" : {
|
"Font" : {
|
||||||
"FontConfig" : {
|
"FontConfig" : {
|
||||||
"Cache" : "^CONFIG/fontconfig_cache"
|
"Cache" : "^CONFIG/fontconfig_cache/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Last" : {
|
"Last" : {
|
||||||
"Video" : "",
|
"Audio" : "^VIDEO",
|
||||||
"Subtitle" : "^VIDEO",
|
"Subtitle" : "^VIDEO",
|
||||||
"Audio" : "^VIDEO"
|
"Video" : "^USER"
|
||||||
},
|
},
|
||||||
"Log" : "^CONFIG/log"
|
"Log" : "^CONFIG/log/",
|
||||||
|
"Shift History" : "^CONFIG",
|
||||||
|
"Temp" : "^TEMP"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue