镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
- Main/install/pdm/pmm/json user-facing messages now resolve through the .pjson language pack (pmm_tr/pmm_tr_fmt) instead of hardcoded strings. - print_help and version are standardised (PMM <ver> (<arch>)) and the help headings/descriptions/options come from the language pack. - Keep http.c download progress bar, PMM_DEBUG logs and file-writing fputs as untranslated. - zh-CN/en-US packs use %s placeholders matching the source call args. - Header files (part of the i18n feature) added; Makefile/build.bat/ci include src/i18n.c. Verified on WSL: LANG=zh-CN/en-US switches help + runtime messages between Chinese and English; compilation is clean.