From f551835b26236148530d400c9c613b4ec23ffe6e Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Thu, 27 Jun 2019 13:53:22 -0700 Subject: [PATCH] Disable Italian (#15134) --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index f28977a417..ff7ed73138 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 = ["hi", "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