Closed MorpheusXAUT closed 7 years ago
As decided in https://github.com/MorpheusXAUT/slotlist-frontend/issues/6, i18n will only be done client-side, not involving any backend APIs or likewise. The recently created models and tables can thus be removed again.
https://github.com/MorpheusXAUT/slotlist-frontend/issues/6 requires translation files to be served as JSON via the API.
To allow for easier updates, translations should not be stored in a file on the app server, but retrieved from database. This enables changes to be made via a future admin panel without having to redeploy the whole application.
For easier setup, i18n changes should also be persisted to a file checked into this repository from time to time, e.g. as a SQL dump.
Tasks
languages
andi18n
models and tables