文件
ParlzPackageManger/web
JGZYES e3151c9f35 i18n: replace all user-facing strings with pmm_tr/pmm_tr_fmt
- 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.
2026-09-04 22:01:55 +08:00
..