python-scraperlib icon indicating copy to clipboard operation
python-scraperlib copied to clipboard

Change the i18n system

Open benoit74 opened this issue 1 year ago • 0 comments

Currently, for i18n we rely directly on system locale. We should depend on and use an external locale-data such as what Babel does.

This would provide a real support for Alpine Linux for instance (see https://github.com/openzim/python-scraperlib/pull/133#pullrequestreview-1877241783 for more context / details about Alpine issue) and less system-dependent behaviors.

We have to check all our use cases to check how to implement this with minimal/no impact.

benoit74 avatar Feb 13 '24 14:02 benoit74