Join Slack
Powered by
My only i18n logic in the back end is related to m...
# orm-help
n
Nicolas Toulemont
03/19/2021, 10:16 AM
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" } }
Open in Slack
Previous
Next