api-site/doc-tools-check-languages.conf
Andreas Jaeger 6896a72a2f Translate quickstart for vi_VN
The vi_VN team has translated the guide, build it.

Change-Id: Idf1363e14c4aa51a32edb534ff892ad634acf50d
2015-06-01 08:29:40 +02:00

42 lines
1016 B
Plaintext

# Example configuration for the languages 'ja' and 'fr'.
# directories to be set up
declare -A DIRECTORIES=(
["ca"]="api-quick-start"
["de"]="api-quick-start"
["es"]="api-quick-start"
["fr"]="api-quick-start"
["ja"]="api-quick-start"
["ko_KR"]="api-quick-start"
["pt_BR"]="api-quick-start"
["vi_VN"]="api-quick-start"
["zh_CN"]="api-quick-start"
)
# books to be built
declare -A BOOKS=(
["ca"]="api-quick-start"
["de"]="api-quick-start"
["es"]="api-quick-start"
["fr"]="api-quick-start"
["ja"]="api-quick-start"
["ko_KR"]="api-quick-start"
["pt_BR"]="api-quick-start"
["vi_VN"]="api-quick-start"
["zh_CN"]="api-quick-start"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
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=(
["firstapp"]="skip"
)