Skip to content

Commit

Permalink
Update legacy language data conversion script
Browse files Browse the repository at this point in the history
Copy new strings for QoL feature options and post-crash startup dialog.
  • Loading branch information
nextghost committed May 9, 2022
1 parent 9029580 commit 82f48c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/extract_langdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def create_dirs(toolsdir):

copy_list(datadir, ('graphics', 'bitmaps'), bitmap_list)
copy_list(datadir, ('texts',), text_list)
copy_list(datadir, ('texts',), ('txt%d.txt' % x for x in range(77, 85)))
copy_list(datadir, ('texts',), ('txt%d.txt' % x for x in range(77, 90)))

def write_wav(name, data):
fw = wave.open(name + '.wav', 'wb')
Expand Down

0 comments on commit 82f48c6

Please sign in to comment.