First of all I appreciate to make this lovely library.
Here is my question.
In default settings, I can see all translated fields.

But when I assign fields in ModelAdmin like this.
class ProgramAdmin(admin.ModelAdmin):
model = Program
fields = ('title', ...)
Then, just one field displayed like below.

First of all I appreciate to make this lovely library.
Here is my question.
In default settings, I can see all translated fields.
But when I assign
fieldsin ModelAdmin like this.Then, just one field displayed like below.