[i18n] Build Japanese HA Guide as draft

Change-Id: Ic034d1eeeabea24dd55b8f783ec16ee3488be035
This commit is contained in:
KATO Tomoyuki 2016-05-21 18:32:23 +09:00
parent 489451b454
commit 7481f9732d
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ declare -A DIRECTORIES=(
declare -A BOOKS=(
["cs"]="install-guide"
["fr"]="install-guide"
["ja"]="image-guide user-guide install-guide networking-guide"
["ja"]="ha-guide image-guide install-guide networking-guide user-guide"
["ko_KR"]="install-guide"
)
@ -14,7 +14,7 @@ declare -A BOOKS=(
declare -A DRAFTS=(
["cs"]="install-guide"
["fr"]="install-guide"
["ja"]="install-guide networking-guide"
["ja"]="ha-guide install-guide networking-guide"
["ko_KR"]="install-guide"
)