From 4298ce39b612505474196f896b0fa738378ffea3 Mon Sep 17 00:00:00 2001 From: worldmozara Date: Mon, 9 Dec 2024 21:50:39 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: DetachHead <57028336+DetachHead@users.noreply.github.com> --- docs/development/localization.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/development/localization.md b/docs/development/localization.md index 1e4c6f952..2ff7af42b 100644 --- a/docs/development/localization.md +++ b/docs/development/localization.md @@ -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: @@ -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 C. ## General guidelines