♻️ Add French to supported languages

This commit is contained in:
Sebastián Ramírez 2025-12-21 09:38:47 +01:00 committed by GitHub
parent 487896657b
commit 86e1727787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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