mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Push translations too when using pushtx
This commit is contained in:
parent
4f70167f49
commit
daa2623430
1 changed files with 2 additions and 2 deletions
4
i18n.sh
4
i18n.sh
|
|
@ -59,9 +59,9 @@ function pulltx {
|
|||
|
||||
function pushtx {
|
||||
assert_tx
|
||||
are_you_sure "Warning: This might destroy existing translations."
|
||||
are_you_sure "Warning: This might destroy existing translations. Probably you should pull first."
|
||||
echo "### Pushing translations and sources to Transifex..."
|
||||
tx push -s
|
||||
tx push -s -t
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue