- Install wxBuilder
https://github.com/wxFormBuilder/wxFormBuilder
- Install gettext
https://mlocati.github.io/articles/gettext-iconv-windows.html
- Install POedit
Locate the python shipped with KiCad (e.g C:\Program Files\KiCad\7.0\bin\python)
cd C:\Program Files\KiCad\7.0\bin
python -m venv .venv
source .venv/scripts/activate
- Extract po files from py
xgettext.exe xxx.py
- Edit the po files in Poedit
The main.py is the entry point for debugging