From 2bfa8a64cbf5fca93367d7a3d2438bab4a18b41d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 13 Sep 2017 09:33:31 +0200 Subject: [PATCH] Enable de translations for firstapp The document is translated, build it for de. Remove obsolete comment. Change-Id: I1501dd669682b05b17abe10807034ced1ffed7d8 --- doc-tools-check-languages.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc-tools-check-languages.conf b/doc-tools-check-languages.conf index 8839118a5..065e870c8 100644 --- a/doc-tools-check-languages.conf +++ b/doc-tools-check-languages.conf @@ -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. )