Skip to content

Commit

Permalink
docs(readme): add instructions to build i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
jtheoof committed Feb 19, 2021
1 parent 8b5d7b0 commit 57c707a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ meson build
ninja -C build
```

### i18n

To build the translation files:

```sh
ninja -C build swappy-pot
```

## Contributing

Pull requests are welcome. This project uses [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) to automate changelog generation.
Expand Down

0 comments on commit 57c707a

Please sign in to comment.