Skip to content

Commit 5d3ee5a

Browse files
committed
Enhance README regarding locale usage
1 parent d95b83b commit 5d3ee5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ zimscraperlib>=1.1,<1.2
3030
* Pillow
3131
* FFmpeg
3232
* gifsicle (>=1.92)
33+
* locale (with at least `fr_FR.UTF-8` and `pt_BR.utf8` locales installed for tests to pass)
3334

3435
## macOS
3536

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

54-
**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.
55+
**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.
5556

5657
# Contribution
5758

0 commit comments

Comments
 (0)