With how prevalent AI (reads MTL) is, most likely those new translations will be trash. This is another sad day for the community.
MTL has come a long way the past couple of years, especially with the help of AI. Both LLM like chatgpt and tools like panel cleaner for OCR have come a long way. It's completely different from the days when you had to use like scanlate.io.
I'm genuinely considering learning programming for python or something to make a program that combines some of these to make a psd that only needs to be edited before it can be released. Something similar to ichigoreader or cotrans, only that instead of making a page for reading, it makes a basis for scanlating. Honestly I think it's weird that no one hasn't made it already, though my bet is that someone has but doesn't have it public. Like how hard could it be, just feed the raws to manga ocr, let it clean the parts that can be cleaned like in panel cleaner and use AI generative fill (llama or whatever) on that which can't be cleaned, make a complete chapter script like with panel cleaner (probably needs to go manually over like in panel cleaner though), run the script through chatgpt in a table form so you keep the line consistency, and then just put them where the original lines were and save it as a psd to finish. It sounds ridiculously simple honestly.
Though considering how much I struggle with just installing stuff in the terminal, this might be a bit of a hurdle for me I guess.