twynb / AudioStreamSplitting

A tool that takes a long audio file, splits it into separate songs and attempts to identify them.
https://twynb.github.io/AudioStreamSplitting/
GNU General Public License v3.0
2 stars 0 forks source link

Add i18n for frontend/includes/driver.ts #81

Closed twynb closed 1 year ago

twynb commented 1 year ago

frontend/includes/driver.ts can't simply import the i18n module for translations, presumably because it's called before that is created and an error is thrown.

Check if there is a way to add i18n for it without issues.

chubetho commented 1 year ago

close #80