From 86e1727787c19ca7747c6240edfe2c9599bdc309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 21 Dec 2025 09:38:47 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Add=20French=20to=20suppor?= =?UTF-8?q?ted=20languages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs.py b/scripts/docs.py index bf7d9de39..a866e0e44 100644 --- a/scripts/docs.py +++ b/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()