Enable de translations for firstapp

The document is translated, build it for de.

Remove obsolete comment.

Change-Id: I1501dd669682b05b17abe10807034ced1ffed7d8
This commit is contained in:
Andreas Jaeger 2017-09-13 09:33:31 +02:00
parent caa80ab748
commit 2bfa8a64cb
1 changed files with 1 additions and 3 deletions

View File

@ -19,13 +19,11 @@ declare -A DIRECTORIES=(
declare -A BOOKS=(
# See comment at start of file and update tox.ini as well if you
# change anything here.
["de"]="api-quick-start"
["de"]="api-quick-start firstapp"
["id"]="api-quick-start"
["ja"]="api-quick-start"
["ko_KR"]="api-quick-start"
["zh_CN"]="api-quick-start"
# TODO(jaegerandi): Enable sync of common translations once
# there are translated firstapp guides.
)