mirror of https://github.com/odrling/Aegisub
Forgot OSX default config in 6b827abec0
This commit is contained in:
parent
82d7979f04
commit
1dc2ae09a0
|
@ -388,6 +388,9 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"Subtitle Format" : {
|
"Subtitle Format" : {
|
||||||
|
"ASS": {
|
||||||
|
"Default Style Catalog": "Default"
|
||||||
|
},
|
||||||
"EBU STL" : {
|
"EBU STL" : {
|
||||||
"Display Standard" : 0,
|
"Display Standard" : 0,
|
||||||
"Inclusive End Times" : true,
|
"Inclusive End Times" : true,
|
||||||
|
@ -402,6 +405,15 @@
|
||||||
"F" : 0
|
"F" : 0
|
||||||
},
|
},
|
||||||
"Translate Alignments" : true
|
"Translate Alignments" : true
|
||||||
|
},
|
||||||
|
"SRT": {
|
||||||
|
"Default Style Catalog": "Default",
|
||||||
|
},
|
||||||
|
"TTXT": {
|
||||||
|
"Default Style Catalog": "Default",
|
||||||
|
},
|
||||||
|
"TXT": {
|
||||||
|
"Default Style Catalog": "Default",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue