Multi language JSON fields #441
-
Is there any widget or plugin to handle multi-language json fields in a more elegant and practical way than the native backpack one? Thanks for help Mauro |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi Mauro! By an "elegant way", do you mean to not store the data all in one table cell with a JSON? I've been using the "native" way for years and I haven't found any issues with it. Many times I need to provide data to external apps with APIs, and by using Resources I think everything gets very well organized 👌 Actually, some long time ago I thought about creating some sort of package, to handle translations in a more elegant way, where they would be stored in a specific table with multiple rows for each locale. But honestly, in my opinion, having the cell with all translations encoded in a JSON may actually be cleaner than having infinite rows in a translation table 🤷♂️ — no joins needed, no foreign key dependencies ... |
Beta Was this translation helpful? Give feedback.
-
Duplicate of #373 |
Beta Was this translation helpful? Give feedback.
Duplicate of #373