diff --git a/doc-tools-check-languages.conf b/doc-tools-check-languages.conf index 10543b574b..95a2f47cb3 100644 --- a/doc-tools-check-languages.conf +++ b/doc-tools-check-languages.conf @@ -15,23 +15,6 @@ declare -A BOOKS=( ["zh_CN"]="install-guide" ) -# draft books -declare -A DRAFTS=( - ["cs"]="install-guide" - ["de"]="install-guide" - ["fr"]="install-guide" - ["id"]="install-guide" - ["ja"]="install-guide" - ["ko_KR"]="install-guide" - ["ru"]="install-guide" - ["tr_TR"]="install-guide" - ["zh_CN"]="install-guide" -) - -# Where does the top-level pom live? -# Set to empty to not copy it. -POM_FILE="doc/pom.xml" - # Location of doc dir DOC_DIR="doc/" @@ -44,9 +27,6 @@ declare -A SPECIAL_BOOKS=( ["ha-guide"]="RST" ["image-guide"]="RST" ["install-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 ["admin-guide"]="skip" ["arch-design"]="skip"