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:
@@ -118,7 +118,7 @@ Open `public/locales/es/common.json` and translate all the values:
|
||||
"inicio": "Inicio"
|
||||
```
|
||||
|
||||
Then do the same for `public/locales/fr/tools.json` to translate all tool names and descriptions.
|
||||
Then do the same for `public/locales/es/tools.json` to translate all tool names and descriptions.
|
||||
|
||||
### Step 3: Register the Language
|
||||
|
||||
|
||||
Reference in New Issue
Block a user