Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Nov 13, 2024
1 parent 48f2267 commit 58f5181
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ docker-compose run --rm app bundle exec rake db:create db:schema:load db:seed
docker-compose up
```

## Available tasks

### Update 2024 Participatory budget proposals to fix missing translations

The proposals inside the 2024 participatory budget, sometimes, are created without the translations of the copy_id generated using term_customizer.

This rake task will update the content of the proposals that have not translated the content and save them with the correct translation

You can call this tasks for the two languages being used in the participatory process (catalan and spanish)

```bash
bundle exec rake proposals_budget_2024_translations:update_ca_translations
```

## License

Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))
Expand Down

0 comments on commit 58f5181

Please sign in to comment.