Browse Source

♻️ Add French to supported languages

pull/14580/head
Sebastián Ramírez 6 months ago
committed by GitHub
parent
commit
86e1727787
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/docs.py

2
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()

Loading…
Cancel
Save