mirror of https://github.com/tiangolo/fastapi.git
♻️ Add French to supported languages
This commit is contained in:
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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue