browsermt / bergamot-translator

Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.
http://browser.mt
Mozilla Public License 2.0
330 stars 37 forks source link

JS: Update languages & use Intl API for their display names #379

Closed jelmervdl closed 2 years ago

jelmervdl commented 2 years ago

I noticed that Bulgarian wasn't on the list.

This change uses the registry.json file that's already being loaded by worker.js to populate the language dropdowns. I'm using Intl.DisplayNames to show the full language names.