From 484f843132ffe4c3ab232fe5569a4f8e5ec330d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinier=20Hern=C3=A1ndez?= Date: Mon, 12 Jan 2026 09:28:34 -0300 Subject: [PATCH] feat(docs): add Dutch to supported translations --- scripts/docs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docs.py b/scripts/docs.py index 20bf1c168..717a8f9f6 100644 --- a/scripts/docs.py +++ b/scripts/docs.py @@ -24,6 +24,7 @@ SUPPORTED_LANGS = { "de", "es", "ko", + "nl", "pt", "ru", "uk",