Nitrokey / pynitrokey

Python client for Nitrokey devices
Apache License 2.0
94 stars 28 forks source link

Add I18N for the module #532

Open mdc-webdb opened 2 months ago

mdc-webdb commented 2 months ago

Python itself has an working implementation, but this must also be done on the module. I don't think submitting it as a PR would be expedient, as the development of the module is too fast. You wouldn't be able to keep up with updating the PR. It would be better to consider it in general. Python documentation for it: https://docs.python.org/3/library/gettext.html Creating the translations itself will be easy I think.