mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-21 20:41:53 -05:00
♻️ Add French to supported languages
This commit is contained in:
committed by
GitHub
parent
487896657b
commit
86e1727787
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user