training-guides/doc-tools-check-languages.conf
Andreas Jaeger b64661a858 Setup for translation
Setup the same way the other repos are setup.

Note that currently no jobs are run since training-guides has no
localization. But let's keep the setup in sync.

Change-Id: I7e9ced06c3ad9997d7f790a5a4d507fa13ef0490
2014-08-18 21:05:12 +02:00

19 lines
313 B
Plaintext

# Example configuration for the language 'ja'
# Directories to set up
declare -A DIRECTORIES=(
["ja"]="training-guides"
)
# Books to build
declare -A BOOKS=(
["ja"]="training-guides"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
POM_FILE=""
# Location of doc dir
DOC_DIR="doc"