Skip to content

Commit

Permalink
fix: fixup previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Jan 9, 2025
1 parent 1471d7e commit f9bb8dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/release_project_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ def main(): # pragma: no cover
parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument('--dry-run', action='store_true', dest='dry_run',
help='Run the script without writing anything to Transifex.')

## TODO: Override source project
## TODO: Override older translations

parser.add_argument('--resource', default='', dest='resource',
help='Resource slug e.g. "AudioXBlock" or "frontend-app-learning". '
'Leave empty to sync all resources.')
Expand Down

0 comments on commit f9bb8dd

Please sign in to comment.