Nhan Trong Nguyen

Results 4 comments of Nhan Trong Nguyen

This one looks interesting, any further work?

I created a PR: https://github.com/asticode/go-astisub/pull/106, please take a look. Thank you!

All the parsing will return the result as object Subtitles, and there is only one master language for the whole object, we can not know which Items belong to which...

Nothing special, just do not store `Items` directly in `Subtitles`, we can have some kind of Wrapper that store metadata (contains languages) and `Items`, then `Subtitles` can include that Wrapper....