diff --git a/doc-tools-check-languages.conf b/doc-tools-check-languages.conf index 852ecb2983..10543b574b 100644 --- a/doc-tools-check-languages.conf +++ b/doc-tools-check-languages.conf @@ -11,7 +11,7 @@ declare -A BOOKS=( ["ja"]="ha-guide image-guide install-guide" ["ko_KR"]="install-guide" ["ru"]="install-guide" - ["tr_TR"]="image-guide install-guide arch-design" + ["tr_TR"]="image-guide install-guide" ["zh_CN"]="install-guide" ) @@ -41,18 +41,15 @@ DOC_DIR="doc/" declare -A SPECIAL_BOOKS=( # This needs special handling, handle it with the RST tools. ["common"]="RST" - ["admin-guide"]="RST" - ["arch-design"]="RST" ["ha-guide"]="RST" ["image-guide"]="RST" ["install-guide"]="RST" - ["networking-guide"]="RST" # Do not translate for now, we need to fix our scripts first to # generate the content properly. ["install-guide-debconf"]="skip" # Do not translate - ["cli-reference"]="skip" - ["config-reference"]="skip" + ["admin-guide"]="skip" + ["arch-design"]="skip" ["contributor-guide"]="skip" ["releasenotes"]="skip" ["ha-guide-draft"]="skip"