My only i18n logic in the back end is related to m...
# orm-help
n
My only i18n logic in the back end is related to multi lingual lists (genders, countries, etc...) which are saved as JSON fields like this
Copy code
{
  "en": {
    "title": "Content"
  },
  "fr": {
    "title": "Contenu"
  }
}