TIL: Firefox has a machine translation system built into `about:translations`. This also works on mobile.
TIL: Firefox has a machine translation system built into `about:translations`. This also works on mobile. 12 comments
@amberage @shtrom no, it's actually powered by in-house developed machine learning. The translation is fully offline and local. The language packs are downloaded on the fly as a WASM-blob, thus allowing the code to be small while also allowing sanbdoxed extensibility on the fly. It's pretty cool tech IMHO, but you'll understand that I might be biased. @shtrom Excellent. I was trying to find out if this existed recently but couldn't figure out the URL — it's not yet listed in about:about ! The old Firefox translations extension had a pop-up widget on the toolbar, but that disappeared when translations were integrated in the core browser. And this is much easier to use, anyway. Limited languages so far, but once it has downloaded the language models, it runs offline. @shtrom See, I knew that Firefox could translate websites, but I didn't realise it also had a front-end for translating whatever I wanted! |
@shtrom hah, maybe it should update spellcheck to the detected language