django-modeltranslation
django-modeltranslation copied to clipboard
Translates Django models using a registration approach.
Results
131
django-modeltranslation issues
Sort by
recently updated
recently updated
newest added
An error that probably occurs occasionally (like [here](https://stackoverflow.com/q/79185029/67579)) is that `fields` in a `TranslationOptions` is given a single string, not a list/tuple/... of strings. This is a bit of a...