fix: correct locale path in translation guide, add missing link attributes in footer, fix wasm version in readme

- TRANSLATION.md: Spanish example incorrectly referenced fr/ locale path instead of es/

- footer.html: Instagram and LinkedIn links were missing target=_blank and rel=noopener noreferrer, unlike the other social links

- README.md: air-gapped manual steps referenced pymupdf-wasm@0.11.14 but the current default is 0.11.16
This commit is contained in:
iegl3
2026-03-08 07:16:47 +07:00
parent ec96caf1a4
commit 0cf546ab51
3 changed files with 6 additions and 2 deletions

View File

@@ -549,7 +549,7 @@ The setup script loads the Docker image, extracts WASM files, and optionally sta
**Step 1: Download the WASM packages** (on a machine with internet)
```bash
npm pack @bentopdf/pymupdf-wasm@0.11.14
npm pack @bentopdf/pymupdf-wasm@0.11.16
npm pack @bentopdf/gs-wasm
npm pack coherentpdf
```