I have a project built on vue
which uses v-i18n
to manage all the language and caption in a website.
All the languages are then stored into .js
files
Situation
There will probably have a lot of changes to do over time.
Question
I'm wondering what could be the best to let one (besides a developer) easily manage that.
I was thinking about an admin interface link to a database but since vue-i18n
relies on file I'm not sure.