|
|
|
|
|
by Grollicus
1564 days ago
|
|
They seem to store all translated strings in a single jsonfield instead of using a separate column for each language. That means there's a bit more overhead while loading (and you can't exclude unneeded language fields), but it allows dynamically changing languages during runtime without needing a migration. |
|