openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
20 stars 18 forks source link

Add i18n translation support #188

Open benoit74 opened 3 months ago

benoit74 commented 3 months ago

134 has removed the i18n translation support in python-scraperlib because it was relying too much on system dependencies (not working on Windows for instance) and API was not mature enough (see https://github.com/openzim/overview/issues/29).

Once we've gained sufficient experience with i18n translation, we need to restore the support of it in python-scraperlib.