django-translations icon indicating copy to clipboard operation
django-translations copied to clipboard

Django model translation for perfectionists with deadlines.

Results 25 django-translations issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently the way to manage the translations in the admin is to inherit the admin from `TranslatableAdmin` and add `TranslationInline`...

enhancement

**Describe the bug** I am trying to translate related fields of a model. but it only translated the first record and skipped the ones which are repeating. **To Reproduce** 1....

# Pull requests Thank you for submitting a contribution to Django Translations. Please ensure the following steps have been taken: ## All changes - [ ] Is this contribution for...

I have a project setup with django 3.2.5 and drf 3.14.0 on python 3.6 and postgres 9.6. I followed the following steps to create a translatable model for learning products...

# Pull requests Thank you for submitting a contribution to Django Translations. Please ensure the following steps have been taken: ## All changes - [ ] Is this contribution for...