-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
First of all let me thank you for the awesome library. It just saved me lots of code and helped keep things neat.
One feature I think would add value is option to add an external datasource other than App's Bundle. So, we could read from JSON files that is in application's documents directory. This helps to make the localisation files dynamic.
A simple use case would be the ability to push any changes to the strings to the app from server. The app could just replace contents in the documents directory. I am assuming we cannot alter contents in the Bundle. Correct me if I am wrong.
Reactions are currently unavailable