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

Admin display list translate labels

Open Khrrousheh opened this issue 1 year ago • 0 comments

What: The original field of the translatable model does not appear. Where: django admin panel version 4.2.15. When: the admin panel's language diffetent from the model's field language.

Expected Behavior Actual Behavior
the original title appear if the language’s not define in the model form the title appear based on the define language in the model form

Khrrousheh avatar Oct 15 '24 11:10 Khrrousheh