jonashaag / django-addanother

"Add another" buttons outside the Django admin
http://django-addanother.readthedocs.org/
ISC License
50 stars 18 forks source link

Change blocktrans in link title #40

Closed CleitonDeLima closed 3 years ago

CleitonDeLima commented 4 years ago

django-addanother use in link title the string "Edit related" and "Add another", but django uses "Change selected {{ model }}" and "Add another {{ model }}" here.

Even though it has in the context of the model, I think it would be valid to exchange this title for him to change based on the language in settings.

Could this be done? Anything I can submit a PR.