Enables Indonesian (id) build for firstapp
Change-Id: Idfbb25c5396d513f8c0ec2c65b2071e1e662dc8a
This commit is contained in:
parent
f8990871b5
commit
8d50dbbe11
@ -20,7 +20,7 @@ declare -A BOOKS=(
|
|||||||
# See comment at start of file and update tox.ini as well if you
|
# See comment at start of file and update tox.ini as well if you
|
||||||
# change anything here.
|
# change anything here.
|
||||||
["de"]="api-quick-start firstapp"
|
["de"]="api-quick-start firstapp"
|
||||||
["id"]="api-quick-start"
|
["id"]="api-quick-start firstapp"
|
||||||
["ja"]="api-quick-start"
|
["ja"]="api-quick-start"
|
||||||
["ko_KR"]="api-quick-start"
|
["ko_KR"]="api-quick-start"
|
||||||
["zh_CN"]="api-quick-start"
|
["zh_CN"]="api-quick-start"
|
||||||
|
1
tox.ini
1
tox.ini
@ -100,6 +100,7 @@ commands =
|
|||||||
mv publish-docs/ko_KR/api-quick-start/ publish-docs/api-ref/ko_KR/api-guide/quick-start
|
mv publish-docs/ko_KR/api-quick-start/ publish-docs/api-ref/ko_KR/api-guide/quick-start
|
||||||
mv publish-docs/zh_CN/api-quick-start/ publish-docs/api-ref/zh_CN/api-guide/quick-start
|
mv publish-docs/zh_CN/api-quick-start/ publish-docs/api-ref/zh_CN/api-guide/quick-start
|
||||||
{toxinidir}/tools/mv-firstapp-trans.sh de
|
{toxinidir}/tools/mv-firstapp-trans.sh de
|
||||||
|
{toxinidir}/tools/mv-firstapp-trans.sh id
|
||||||
|
|
||||||
[testenv:generatepot-rst]
|
[testenv:generatepot-rst]
|
||||||
# Generate POT files for translation, needs {posargs} like:
|
# Generate POT files for translation, needs {posargs} like:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user