I'm developing backend for mobile apps on Rails.
Features:
- server send json with specific locale when user select region and language from mobile app
- server have web interface for admins
- admins can change locale from web interface for specific region
Where is better to store locales for mobile apps? I think raw json files on the server is a bad choice. I'm inclined to store it in DB and then convert to json and send to mobile app.
And how to edit them? Any tools for external i18n locales