Skip to content

Commit

Permalink
Enhance README regarding locale usage
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jul 30, 2024
1 parent d95b83b commit 5d3ee5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ zimscraperlib>=1.1,<1.2
* Pillow
* FFmpeg
* gifsicle (>=1.92)
* locale (with at least `fr_FR.UTF-8` and `pt_BR.utf8` locales installed for tests to pass)

## macOS

Expand All @@ -51,7 +52,7 @@ sudo apt install libmagic1 wget ffmpeg \
apk add ffmpeg gifsicle libmagic wget libjpeg
```

**Nota:** i18n features do not work on Alpine, see https://github.com/openzim/python-scraperlib/issues/134 ; there is one corresponding test which is failing.
**Nota:** Alpine does not have `locale` support, so i18n features do not work on Alpine, see https://github.com/openzim/python-scraperlib/issues/134 ; there is one corresponding test which is failing.

# Contribution

Expand Down

0 comments on commit 5d3ee5a

Please sign in to comment.