mirror of
https://github.com/cainan-c/TaikoPythonTools.git
synced 2024-11-23 22:51:02 +01:00
Update batch_convert.py
This commit is contained in:
parent
56bfadf514
commit
f245ed5e77
@ -205,11 +205,11 @@ def create_json_files(info, genre_no, unique_id, output_dir):
|
||||
"japaneseText": info.get('SUBTITLE', ''),
|
||||
"japaneseFontType": 0,
|
||||
"englishUsText": info.get('SUBTITLE', ''),
|
||||
"englishUsFontType": 0,
|
||||
"englishUsFontType": 1,
|
||||
"chineseTText": info.get('SUBTITLE', ''),
|
||||
"chineseTFontType": 1,
|
||||
"chineseTFontType": 0,
|
||||
"koreanText": info.get('SUBTITLE', ''),
|
||||
"koreanFontType": 2
|
||||
"koreanFontType": 0
|
||||
}
|
||||
|
||||
wordlist_detail = {
|
||||
|
Loading…
Reference in New Issue
Block a user