https://mozilla.github.io/translate/
Translations website utilizing Bergamot proceedings
https://mozilla.github.io/translate/
Last synced: about 2 months ago
JSON representation
Translations website utilizing Bergamot proceedings
- Host: GitHub
- URL: https://mozilla.github.io/translate/
- Owner: mozilla
- License: mpl-2.0
- Archived: true
- Created: 2021-09-02T18:40:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T22:45:08.000Z (7 months ago)
- Last Synced: 2025-10-23T06:29:30.781Z (3 months ago)
- Language: JavaScript
- Homepage: https://mozilla.github.io/translate
- Size: 105 MB
- Stars: 70
- Watchers: 6
- Forks: 15
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-privacy - Mozilla Translate - Open Source, runs model locally in your browser. (Translation / Imgur)
README
## Translations Website
**!!! Deprecated. Please use about:translations in Firefox instead !!!**
This repo contains a static website utilizing the proceedings of project [Bergamot](https://browser.mt/).
The concept is the same as [Firefox Translation](https://github.com/mozilla-extensions/firefox-translations), where the inference occurs entirely in the webpage by utilizing the WebAssembly port of the neural machine translation engine [(marian)](https://github.com/mozilla/bergamot-translator), while the models are dynamically downloaded and loaded as the user switches between the languages.
It downloads translation models from https://github.com/mozilla/firefox-translations-models
## Live Demo
The live demo is hosted on Github Pages and published on https://mozilla.github.io/translate.
Compatible and tested on:
- Firefox desktop
- Chrome desktop
- Edge desktop
- Brave desktop
- Firefox Nightly for Android
- Chrome for Android
## Testing locally
```
$npm install
$bash start_dev_server.sh
$firefox https://mozilla.github.io/translate
```