Skip to content
Snippets Groups Projects
Commit 3beb3aa1 authored by Empiriker's avatar Empiriker
Browse files

Add es and ru to supported languages

parent 28064e8c
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,10 @@ python src/load_dumps.py
```
flask --app src/app.py run
```
You might want to use to ensure flask runs in your currently active virtual environment.
```
python -m flask --app src/app.py run
```
## Using Docker
......
......@@ -2,4 +2,4 @@ host = "0.0.0.0"
port = 80
debugging = True
supported_wiktlangs = ["en", "fr", "de"]
supported_wiktlangs = ["en", "fr", "de", "es", "ru"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment