1
0
mirror of https://github.com/privacyguides/i18n.git synced 2025-08-29 09:29:16 +00:00

New Crowdin translations by GitHub Action

This commit is contained in:
Crowdin Bot
2025-04-12 15:32:41 +00:00
parent ddc3d57b00
commit 6c061bc63f
203 changed files with 4440 additions and 438 deletions

View File

@@ -88,8 +88,8 @@ scour --set-precision=5 \
### WebP
Use the [cwebp](https://developers.google.com/speed/webp/docs/using) command to convert PNG or JPEG image files to WebP format:
Use the [`cwebp`](https://developers.google.com/speed/webp/docs/using) command to convert PNG or JPEG image files to WebP format:
```bash
cwebp -q 70 -m 6 input_file -o output.webp
cwebp -m 6 input_file -o output.webp
```