security-doc/doc-tools-check-languages.conf
Andreas Jaeger 5408fd1c85 Skip security-notes for translation
Skip directory, it's not translated. This fixes our translation
toolchain.

Change-Id: I2075ad30d3c252a93f9d5f72f8e2606370e00660
2015-08-19 08:35:39 +02:00

35 lines
690 B
Plaintext

# Example configuration for the languages 'ja' and 'fr'.
# Directories to set up
declare -A DIRECTORIES=(
)
# Books to build
declare -A BOOKS=(
["ja"]="security-guide"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
POM_FILE=""
# Location of doc dir
DOC_DIR="./"
# draft books
declare -A DRAFTS=(
# None
)
# Books with special handling
# Values need to match content in project-config/jenkins/scripts/common_translation_update.sh
declare -A SPECIAL_BOOKS
SPECIAL_BOOKS=(
# Directory is using RST
["security-guide"]="RST"
# These are translated in openstack-manuals
["common-rst"]="skip"
# Not translated
["security-notes"]="skip"
)