Localization resources may not always come from files and it would be useful to be able to add resources that are in array form (e.g. coming from a database) or in a string of JSON.
This should be easily achieved using json_decode.
Data needs to be validated, perhaps using JSON Schema.
Localization resources may not always come from files and it would be useful to be able to add resources that are in array form (e.g. coming from a database) or in a string of JSON.
This should be easily achieved using
json_decode
.Data needs to be validated, perhaps using JSON Schema.