You can help improve this project by either opening issues or submitting pull requests for
- bugs
- differing behaviour between the package and official specification
- documentation
- implementing missing features (e.g. missing options for formatters)
Clone the repository and then run this command to install the package in editable mode:
pip install -e .[dev]pytest --doctest-modulesty tests/ messageformat2/
ruff check tests/ messageformat2/