Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/leettools/common/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ pybabel compile -d locales

5. Run the unit tests to ensure the translations are working.

In the project root, run the following command to run the unit tests.
Get to the project root, run the following command to run the unit tests.
```bash
cd ../../../..
pytest -s tests/leettools/common/test_i18n.py
```

Expand Down
Loading
Loading