You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the "push" command with more management options
More specifically:
manage.py transifex push --do-not-keep-translations
will delete translations when source content on
existing keys changes
manage.py transifex push --override-tags
will replace all tags on pushed strings with tags
uploaded through the command
Also CDSHandler is updated to reflect the above when
used programmatically.
0 commit comments