blob: 2df2182c2481abcfb3fe37252027549c3a8d4852 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Translate
This app translate the text between languages live. It is based on the libretranslate api
## Installation
This is a static website. Copy all the files to the webroot of your webserver.
Note: This requires a [libretranslate](https://github.com/LibreTranslate/LibreTranslate) server. Change to you endpoint in line 5 of index.js
## Execution
To debug this, you can setup a simple localhost server for development and testing.
```bash
python -m http.server
```
|