Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: DetachHead <57028336+DetachHead@users.noreply.github.com>
  • Loading branch information
NCBM and DetachHead committed Dec 9, 2024
1 parent 077d456 commit 4298ce3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/development/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ Run the script:

```shell
# use uv
uv run build/localization_helper.py
# or pdm
pdm run build/localization_helper.py
# or run the script directly IF YOU CAN ASSURE YOU ARE ALREADY IN THE VIRTUAL ENVIRONMENT OF THE PROJECT
python build/localization_helper.py
./pw uv run build/localization_helper.py
# or from inside the venv
npm run localization-helper
```

About the interface:
Expand All @@ -34,7 +32,9 @@ About the interface:
- Click on a category in the message tree to expand/collapse the content under that category.
- Click on a message entry in the message tree to prompt the corresponding English entry automatically.

> NOTE: If the operation "Compare message keys differences" is triggered, the popup can ONLY be closed by pressing `c`.
!!! note

If the operation "Compare message keys differences" is triggered, the popup can ONLY be closed by pressing <kbd>C</kbd>.

## General guidelines

Expand Down

0 comments on commit 4298ce3

Please sign in to comment.