I am using the latest version of angularjs and angular translators.
For some reason, I don't want to store my translations in static .json files (en_US.json or ru_RU.json)
Is there any API in angular-translate that calls the REST API, which in turn returns json data for translation. The REST API will pull out the translation store in the database.
source share