From 8269fd8acde30ec4bc68af58c5dbafdcfc082a80 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Apr 2015 07:16:57 +0200 Subject: [PATCH] Do not translate FirstApp for now Blacklist the folder in our language setup. Change-Id: I8bd79b5f74d4caef200673a8d2c4187b11f17d6b --- doc-tools-check-languages.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc-tools-check-languages.conf b/doc-tools-check-languages.conf index 7226db92f..3907743fc 100644 --- a/doc-tools-check-languages.conf +++ b/doc-tools-check-languages.conf @@ -28,3 +28,10 @@ POM_FILE="pom.xml" # Location of doc dir DOC_DIR="./" + +# Books with special handling +# Values need to match content in project-config/jenkins/scripts/common_translation_update.sh +declare -A SPECIAL_BOOKS +SPECIAL_BOOKS=( + ["openstack-firstapp"]="skip" +)