django-commons / django-typer

Use Typer (type hints) to define the interface for your Django management commands.
https://django-typer.rtfd.io
MIT License
83 stars 2 forks source link

Add translations for error messages and helps. #18

Open bckohan opened 8 months ago

bckohan commented 8 months ago

Should make a good faith effort to provide translations for all the languages Django provides translations for.

bckohan commented 1 month ago

One wrinkle here is that typer adds some of the help text for (i.e. --help) - that may eventually be wrapped in gettext and if it is - how do the native python translation and django translation systems work together?

bckohan commented 3 weeks ago

Does django have translations for the common options?