Browse Source
♻️ Add French to supported languages
pull/14580/head
Sebastián Ramírez
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
scripts/docs.py
|
|
|
@ -19,7 +19,7 @@ from slugify import slugify as py_slugify |
|
|
|
|
|
|
|
logging.basicConfig(level=logging.INFO) |
|
|
|
|
|
|
|
SUPPORTED_LANGS = {"en", "de", "es", "pt", "ru"} |
|
|
|
SUPPORTED_LANGS = {"en", "de", "es", "pt", "ru", "fr"} |
|
|
|
|
|
|
|
|
|
|
|
app = typer.Typer() |
|
|
|
|