Skip to content

Commit

Permalink
doc: add instructions how to update pot files to development guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Mar 28, 2024
1 parent 8c550a5 commit 3ab8ee8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ mix compile
mix format
```

## Update pot files (extract messages for translation)

```bash
mix gettext.extract --merge
```

## Testing

To ensure a commit passes CI you should run `mix ci` locally, which executes the following commands:
Expand Down

0 comments on commit 3ab8ee8

Please sign in to comment.