From fb9b30c4265be4a37be03c34afb9fbc5c7402791 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Thu, 27 Jun 2019 13:53:21 -0700 Subject: [PATCH] Disable Italian for v1.14 (#15135) --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5767dc876f..092e601210 100644 --- a/config.toml +++ b/config.toml @@ -24,7 +24,9 @@ pygmentsStyle = "emacs" enableGitInfo = true # Norwegian ("no") is sometimes but not currently used for testing. -disableLanguages = ["no"] +# Hindi is disabled because it's currently in development. +# Italian is disabled until it meets minimum standards for quality. +disableLanguages = ["hi", "it", "no"] [blackfriday] hrefTargetBlank = true