Set resourse type for translation jobs.
This change adds the type or -t switch for the tx set command, thereby defining all the resources of the project as 'PO'. Change-Id: I4c1535bb8cf17635fe6381a75b5bc43e24af56c8 Reviewed-on: https://review.openstack.org/15274 Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
6405e6ff70
commit
1297b56fb5
@ -29,7 +29,7 @@ fi
|
||||
|
||||
# initialize transifex client
|
||||
tx init --host=https://www.transifex.com
|
||||
tx set --auto-local -r ${PROJECT}.${PROJECT}-translations "${PROJECT}/locale/<lang>/LC_MESSAGES/${PROJECT}.po" --source-lang en --source-file ${PROJECT}/locale/${PROJECT}.pot --execute
|
||||
tx set --auto-local -r ${PROJECT}.${PROJECT}-translations "${PROJECT}/locale/<lang>/LC_MESSAGES/${PROJECT}.po" --source-lang en --source-file ${PROJECT}/locale/${PROJECT}.pot -t PO --execute
|
||||
|
||||
# Pull all upstream translations
|
||||
tx pull -a
|
||||
|
@ -12,7 +12,7 @@ git config user.email "jenkins@openstack.org"
|
||||
|
||||
# initialize transifex client
|
||||
tx init --host=https://www.transifex.com
|
||||
tx set --auto-local -r ${PROJECT}.${PROJECT}-translations "${PROJECT}/locale/<lang>/LC_MESSAGES/${PROJECT}.po" --source-lang en --source-file ${PROJECT}/locale/${PROJECT}.pot --execute
|
||||
tx set --auto-local -r ${PROJECT}.${PROJECT}-translations "${PROJECT}/locale/<lang>/LC_MESSAGES/${PROJECT}.po" --source-lang en --source-file ${PROJECT}/locale/${PROJECT}.pot -t PO --execute
|
||||
|
||||
# Pull all upstream translations
|
||||
tx pull -a
|
||||
|
Loading…
x
Reference in New Issue
Block a user