Enables Turkish (tr_TR) build for firstapp
Change-Id: I6c340144706ab619bbd2227f6871a22ae35a8f06
This commit is contained in:
parent
aab471e191
commit
c1ceeca568
@ -23,6 +23,7 @@ declare -A BOOKS=(
|
||||
["id"]="api-quick-start firstapp"
|
||||
["ja"]="api-quick-start"
|
||||
["ko_KR"]="api-quick-start"
|
||||
["tr_TR"]="firstapp"
|
||||
["zh_CN"]="api-quick-start"
|
||||
)
|
||||
|
||||
|
1
tox.ini
1
tox.ini
@ -101,6 +101,7 @@ commands =
|
||||
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 id
|
||||
{toxinidir}/tools/mv-firstapp-trans.sh tr_TR
|
||||
|
||||
[testenv:generatepot-rst]
|
||||
# Generate POT files for translation, needs {posargs} like:
|
||||
|
Loading…
x
Reference in New Issue
Block a user