openzim / python-scraperlib

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

Define a type for language info #151

Open rgaudin opened 2 months ago

rgaudin commented 2 months ago

i18n.get_language_details() returns a dict which is not optimal in typed environments

benoit74 commented 2 months ago

+1, would be great to do in next major version so we can break the API.