Disable translation sync to api-site
The firstapp guide is not translated and the only document in api-site that needs the translation sync. Disable the syncing of translations for now. Change-Id: I82dc7dd8bd79bf0e48efc81959e692fbd157d357
This commit is contained in:
parent
58d8d90e20
commit
2f220764f2
@ -47,7 +47,9 @@ function copy_rst {
|
||||
case "$PROJECT_DIR" in
|
||||
api-site)
|
||||
copy_rst common
|
||||
copy_rst_trans common
|
||||
# TODO(jaegerandi): Uncomment once we have translations
|
||||
# for firstapp guide in api-site repository.
|
||||
#copy_rst_trans common
|
||||
;;
|
||||
security-doc)
|
||||
copy_rst common
|
||||
|
Loading…
Reference in New Issue
Block a user