Closed jedie closed 6 years ago
Some notes:
I expand the example project:
I add the "translation" links into Form change view (/en/admin/forms/form/) here:
The Admin translation view looks like this (in this case in german):
Notes on this view:
And here i send the form in English:
and now the same in German:
And the entries:
Maybe it makes sense to save the language used for send the form, too?!?
ping
This is already implemented in https://github.com/stephenmcd/mezzanine/tree/master/mezzanine/forms - the implementation here should mimic that.
I start a 'proof-of-concept' for multilanguage support.
As i described in #179 , the idea is:
This worked yet for me. But it needs some love and tests. I'm waiting for feedback how this pull request can be accepted and merged ;)