Add swfit to DOC_TARGETS for docs translation

The swift team want to translate docs into other language.
For docs translation in zanata, I add swift to DOC_TARGETS

Change-Id: I0d9f46d576edf10117d73526505d1a59b40886dc
This commit is contained in:
Seongsoo Cho 2021-10-23 17:43:21 +09:00
parent 45aa8134b9
commit 107065b1c8
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ DOC_TARGETS=('contributor-guide'
'horizon'
'openstack-ansible'
'openstack-helm'
'operations-guide')
'operations-guide',
'swift')
# We need a UTF-8 locale, set it properly in case it's not set.
export LANG=en_US.UTF-8