Stop some guide translations
admin-guide will soon be removed, let's stop translation now. We can remove the entry once the guide gets removed. arch-design is deprecated, no need to translate. Remove config-reference and networking-guide, they are already deleted. Change-Id: Ia33713109091dca6c043da18a5c48385b020f802
This commit is contained in:
parent
2479ff50ac
commit
be5c44a143
@ -11,7 +11,7 @@ declare -A BOOKS=(
|
||||
["ja"]="ha-guide image-guide install-guide"
|
||||
["ko_KR"]="install-guide"
|
||||
["ru"]="install-guide"
|
||||
["tr_TR"]="image-guide install-guide arch-design"
|
||||
["tr_TR"]="image-guide install-guide"
|
||||
["zh_CN"]="install-guide"
|
||||
)
|
||||
|
||||
@ -41,18 +41,15 @@ DOC_DIR="doc/"
|
||||
declare -A SPECIAL_BOOKS=(
|
||||
# This needs special handling, handle it with the RST tools.
|
||||
["common"]="RST"
|
||||
["admin-guide"]="RST"
|
||||
["arch-design"]="RST"
|
||||
["ha-guide"]="RST"
|
||||
["image-guide"]="RST"
|
||||
["install-guide"]="RST"
|
||||
["networking-guide"]="RST"
|
||||
# Do not translate for now, we need to fix our scripts first to
|
||||
# generate the content properly.
|
||||
["install-guide-debconf"]="skip"
|
||||
# Do not translate
|
||||
["cli-reference"]="skip"
|
||||
["config-reference"]="skip"
|
||||
["admin-guide"]="skip"
|
||||
["arch-design"]="skip"
|
||||
["contributor-guide"]="skip"
|
||||
["releasenotes"]="skip"
|
||||
["ha-guide-draft"]="skip"
|
||||
|
Loading…
Reference in New Issue
Block a user